Consensys / bela

Besu Lanterna tool, visualize, interrogate and manage besu storage db offline
Apache License 2.0
2 stars 1 forks source link

Calculate Blockchain sizes #45

Closed jframe closed 1 year ago

jframe commented 1 year ago

Add the calculation of blockchain column family prefix sizes in the segment manipulation window. This adds the total amount of data stored for all the values by their prefix not including any overhead needed by rocksdb. The total size is different from the SST file size most likely due to compression and storage overhead by rocksdb when using storing that data.

Example screen from running the calculation:

Screen Shot 2022-10-26 at 5 02 10 pm