nimbus-eth1/nimbus/db/aristo/aristo_init/rocks_db
Jacek Sieka c364426422
Smaller in-database representations (#2436)
These representations use ~15-20% less data compared to the status quo,
mainly by removing redundant zeroes in the integer encodings - a
significant effect of this change is that the various rocksdb caches see
better efficiency since more items fit in the same amount of space.

* use RLP encoding for `VertexID` and `UInt256` wherever it appears
* pack `VertexRef`/`PayloadRef` more tightly
2024-07-02 20:25:06 +02:00
..
rdb_desc.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00
rdb_get.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00
rdb_init.nim Use RocksDb column family handles instead of name strings. (#2418) 2024-06-27 16:51:43 +08:00
rdb_put.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00
rdb_walk.nim Smaller in-database representations (#2436) 2024-07-02 20:25:06 +02:00