nimbus-eth1/nimbus/db/aristo/aristo_init
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
..
rocks_db Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00
init_common.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
memory_db.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
memory_only.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
persistent.nim Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00
rocks_db.nim Fix dboptions init (#2391) 2024-06-19 10:55:57 +02:00