nimbus-eth1/nimbus/db/aristo/aristo_init
Jordan Hrycaj ffa8ad2246
Core db use differential tx layers for aristo and kvt (#1949)
* Fix kvt headers

* Provide differential layers for KVT transaction stack

why:
  Significant performance improvement

* Provide abstraction layer for database top cache layer

why:
  This will eventually implemented as a differential database layers
  or transaction layers. The latter is needed to improve performance.

behavioural changes:
  Zero vertex and keys (i.e. delete requests) are not optimised out
  until the last layer is written to the database.

* Provide differential layers for Aristo transaction stack

why:
  Significant performance improvement
2023-12-19 12:39:23 +00:00
..
rocks_db Core db update api tracking (#1907) 2023-11-24 22:16:21 +00:00
init_common.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00
memory_db.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00
memory_only.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00
persistent.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
rocks_db.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00