nimbus-eth1/nimbus/db/kvt/kvt_init
Jordan Hrycaj f926222fec
Aristo cull journal related stuff (#2288)
* Remove all journal related stuff

* Refactor function names journal*() => delta*(), filter*() => delta*()

* remove `trg` fileld from `FilterRef`

why:
  Same as `kMap[$1]`

* Re-type FilterRef.src as `HashKey`

why:
  So it is directly comparable to `kMap[$1]`

* Moved `vGen[]` field from `LayerFinalRef` to `LayerDeltaRef`

why:
  Then a separate `FilterRef` type is not needed, anymore

* Rename `roFilter` field in `AristoDbRef` => `balancer`

why:
  New name more appropriate.

* Replace `FilterRef` by `LayerDeltaRef` type

why:
  This allows to avoid copying into the `balancer` (see next patch set)
  most of the time. Typically, only one instance is running on the backend
  and the `balancer` is only used as a stage before saving data.

* Refactor way how to store data persistently

why:
  Avoid useless copy when staging `top` layer for persistently saving to
  backend.

* Fix copyright header?
2024-06-03 20:10:35 +00:00
..
rocks_db avoid a few more copies (#2215) 2024-05-24 11:27:17 +02:00
init_common.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
memory_db.nim avoid a few more copies (#2215) 2024-05-24 11:27:17 +02:00
memory_only.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
persistent.nim Aristo cull journal related stuff (#2288) 2024-06-03 20:10:35 +00:00
rocks_db.nim Aristo cull journal related stuff (#2288) 2024-06-03 20:10:35 +00:00