mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
ac40ca5269
Mainnet: ``` 447M accounts.0-544.l 45M accounts.0-544.li 133M code.0-544.l 14M code.0-544.li 2.0G storage.0-544.l 197M storage.0-544.li ``` Decided no to use Roaring - because it can only keep full bitmap in RAM (no way to stream into file). But it's more compact 2Gb -> 1.4Gb. Maybe can shard large bitmap - or do other trick (storage has 1B keys - sharding probably is cheap). Maybe in the future. |
||
---|---|---|
.. | ||
aggregator_bench_test.go | ||
aggregator_test.go | ||
aggregator_v3.go | ||
aggregator.go | ||
domain_committed.go | ||
domain_test.go | ||
domain.go | ||
history_test.go | ||
history.go | ||
inverted_index_test.go | ||
inverted_index.go | ||
locality_index_test.go | ||
locality_index.go | ||
merge_test.go | ||
merge.go | ||
read_indices.go | ||
state_recon.go |