nimbus-eth1/nimbus/db/aristo/aristo_init/rocks_db
Jacek Sieka 41cf81f80b
Fix dboptions init (#2391)
For the block cache to be shared between column families, the options
instance must be shared between the various column families being
created. This also ensures that there is only one source of truth for
configuration options instead of having two different sets depending on
how the tables were initialized.

This PR also removes the re-opening mechanism which can double startup
time - every time the database is opened, the log is replayed - a large
log file will take a long time to open.

Finally, several options got correclty implemented as column family
options, including an one that puts a hash index in the SST files.
2024-06-19 10:55:57 +02:00
..
rdb_desc.nim Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00
rdb_get.nim avoid unnecessary memory allocations and lookups (#2334) 2024-06-11 11:38:58 +02:00
rdb_init.nim Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00
rdb_put.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
rdb_walk.nim Aristo use rocksdb cf instead of key pfx (#2332) 2024-06-10 12:04:22 +00:00