Replies: 2 comments
-
Yep, this was hinted at before (e.g. with regards to #1858) and has been on my nice-to-have list for a while now, but other items have taken priority. The existing |
Beta Was this translation helpful? Give feedback.
-
Regular snapshots will also give you an indication of KV size over time. We could track the size of the public tables using the Python ledger parser, but this can't tell us anything about private state (if every transaction contains 1MB of private state, we don't know if that's a new 1MB or overwriting a previous 1MB). |
Beta Was this translation helpful? Give feedback.
-
There's the
ccf.ledger_viz
tool which gives per-transaction information about the transaction type. Sometimes, when debugging memory-related issues, it would be useful to know whether or how much the KV store is growing over time. Does this make sense?Beta Was this translation helpful? Give feedback.
All reactions