nimbus-eth1/nimbus/db
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 Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
core_db Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
ledger Core db aristo hasher profiling and timing improvement (#1938) 2023-12-12 17:47:41 +00:00
notused Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
state_db Core db fix legacy db root vertex fetcher (#1899) 2023-11-20 20:22:27 +00:00
access_list.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
aristo.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
core_db.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
distinct_tries.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
geth_db.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
incomplete_db.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
kvstore_rocksdb.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
kvt.nim Core db aristo and kvt updates preparing for integration (#1760) 2023-09-18 21:20:28 +01:00
ledger.nim Core db aristo hasher profiling and timing improvement (#1938) 2023-12-12 17:47:41 +00:00
select_backend.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
state_db.nim Core db fix legacy db root vertex fetcher (#1899) 2023-11-20 20:22:27 +00:00
storage_types.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
transient_storage.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
values_from_bytes.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00