nimbus-eth1/nimbus/sync/snap/worker/db
Jordan Hrycaj 7489784ba8
Snap sync accounts db code reorg (#1189)
* Extracted functionality into sub-modules for maintainability

* Setting SST bulk load as default in `accounts_db`

details:
+ currently, the same data are stored via rocksdb if available, and
  the same via embedded `storage_type` with (non-standard) prefix 200
  for time comparisons
+ fallback to normal `put()` unless rocksdb is accessible
2022-08-15 16:51:50 +01:00
..
bulk_storage.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
hexary_defs.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
hexary_desc.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
hexary_follow.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
hexary_import.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
hexary_interpolate.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
rocky_bulk_load.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00