Hi.
At the moment we are running some performance tests:
- 4 Nodes
- write random key-values in root stream.
Now the disk usage is at 8 GB and I am interested in an explanation of the following information:
5.3M ./permissions.db
4.1G ./wallet/txs.db
7.1G ./wallet
480K ./entities.db
272K ./database
208K ./chainstate
183M ./blocks/index
1.9G ./blocks
8.9G .
8.9G total
I would assume to find the most data in /blocks but obviously it is in wallet / wallet.tx.
Can you explain what exactly is stored there and why it takes that much space compared to the /blocks folder?
Thanks,
Alex