nimbus-eth1/nimbus/db/core_db/backend
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
..
aristo_db Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
aristo_db.nim Core db update api tracking (#1907) 2023-11-24 22:16:21 +00:00
aristo_rocksdb.nim Provide `Aristo` backend for `CoreDb` (#1895) 2023-11-16 20:53:44 +00:00
legacy_db.nim Core db update api tracking (#1907) 2023-11-24 22:16:21 +00:00
legacy_rocksdb.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00