lighthouse/beacon_node/store/src
Michael Sproul 5a8f2dd961
Increase default slots per restore point to 2048 (#790)
This should reduce disk usage by 32x while keeping historical state queries to
less than 10s. If historical states are required quickly, the minimum SPRP of 32
can be set on the CLI.
2020-01-10 14:42:49 +11:00
..
impls Clean up database metrics, add freezer DB size (#715) 2019-12-13 13:30:58 +11:00
block_at_slot.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
block_root_tree.rs Store states efficiently in the hot database (#746) 2020-01-08 13:58:01 +11:00
chunked_iter.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
chunked_vector.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
config.rs Increase default slots per restore point to 2048 (#790) 2020-01-10 14:42:49 +11:00
errors.rs Store states efficiently in the hot database (#746) 2020-01-08 13:58:01 +11:00
forwards_iter.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
hot_cold_store.rs Fix off-by-one error in get_latest_restore_point (#787) 2020-01-09 21:05:56 +11:00
impls.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
iter.rs Store states efficiently in the hot database (#746) 2020-01-08 13:58:01 +11:00
leveldb_store.rs Testnet2 (#685) 2019-12-09 23:14:13 +11:00
lib.rs Store states efficiently in the hot database (#746) 2020-01-08 13:58:01 +11:00
memory_store.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00
metrics.rs Clean up database metrics, add freezer DB size (#715) 2019-12-13 13:30:58 +11:00
migrate.rs Store states efficiently in the hot database (#746) 2020-01-08 13:58:01 +11:00
partial_beacon_state.rs Forwards block root iterators (#672) 2019-12-06 18:52:11 +11:00