nimbus-eth1/nimbus/db/core_db
andri lim c775c906a2
Fix LedgerRef storage iterator and add test (#2458)
2024-07-05 10:15:48 +00:00
..
backend storage: store root id together with vid, for better locality of refe… (#2449) 2024-07-04 15:46:52 +02:00
base Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
README.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
TODO.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base.nim avoid allocations for slot storage (#2455) 2024-07-04 23:48:45 +00:00
base_iterators.nim Fix LedgerRef storage iterator and add test (#2458) 2024-07-05 10:15:48 +00:00
base_iterators_persistent.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
core_apps.nim avoid allocations for slot storage (#2455) 2024-07-04 23:48:45 +00:00
memory_only.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
persistent.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00

README.md

Core database

Layout of CoreDb descriptor objects

Objects dependence:

    CoreDbRef                           -- Base descriptor
     | | |
     | | +--- CoreDbCtxRef              -- Context descriptor
     | |       | | | |
     | |       | | | +--- CoreDbKvtRef  -- Key-value table
     | |       | | |
     | |       | | +----- CoreDbMptRef  -- Generic MPT
     | |       | |
     | |       | +------- CoreDbAccRef  -- Accounts database
     | |       |
	 | |       +--------- CoreDbTxRef   -- Transaction handle
     | |
     | +----- CoreDbCtxRef
     |         : : : :
     |
     +------- CoreDbCtxRef
               : : : :