nimbus-eth1/nimbus/db/aristo/aristo_init/rocks_db
Jordan Hrycaj 43e5f428af
Aristo db kvt maintenance update (#1952)
* Update KVT layers abstraction

details:
  modelled after Aristo layers

* Simplified KVT database iterators (removed item counters)

why:
  Not needed for production functions

* Simplify KVT merge function `layersCc()`

* Simplified Aristo database iterators (removed item counters)

why:
  Not needed for production functions

* Update failure condition for hash labels compiler `hashify()`

why:
  Node need not be rejected as long as links are on the schedule. In
  that case, `redo[]` is to become `wff.base[]` at a later stage.

* Update merging layers and label update functions

why:
+ Merging a stack of layers with `layersCc()` could be simplified
+ Merging layers will optimise the reverse `kMap[]` table maps
  `pAmk: label->{vid, ..}` by deleting empty mappings `label->{}` where
  they are redundant.
+ Updated `layersPutLabel()` for optimising `pAmk[]` tables
2023-12-20 16:19:00 +00:00
..
rdb_desc.nim Core db fix legacy db root vertex fetcher (#1899) 2023-11-20 20:22:27 +00:00
rdb_get.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00
rdb_init.nim Core db fix legacy db root vertex fetcher (#1899) 2023-11-20 20:22:27 +00:00
rdb_put.nim Core db update api tracking (#1907) 2023-11-24 22:16:21 +00:00
rdb_walk.nim Aristo db kvt maintenance update (#1952) 2023-12-20 16:19:00 +00:00