nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Use ColumnDbs instead of two seperate database for verkle state

Open tanishqjasoria opened this issue 1 year ago • 0 comments

For verkle tree storage we use two database right now, one for the leaves and one for the internal nodes. Its easier to iterate over the leaves if it is in a seperate database. But using two databases can cause issues with data consistency. Column Famlies support Atomic writes.

tanishqjasoria avatar Feb 11 '24 12:02 tanishqjasoria