erigon-pulse/ethdb
Alex Sharov 33308dd5c2
State analytic less memory and checkpoints (#299)
* added prefix tree to analyses to reduce memory usage
* make new partition every day
* merge concepts of reporter and snapshot
* tests for .FirstKey() and .NextKey()
2020-01-07 09:27:19 +07:00
..
dbtest Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
remote State analytic less memory and checkpoints (#299) 2020-01-07 09:27:19 +07:00
badger_db.go Thin history (#272) 2019-12-20 15:25:40 +03:00
bolt_db.go remote_bolt.CmdGetAsOf (#289) 2020-01-06 21:33:25 +07:00
boltdb_test.go Thin history (#272) 2019-12-20 15:25:40 +03:00
database_test.go BadgerDB: MultiWalk & some other APIs, command line flag, scaffolding for testing (#183) 2019-11-21 16:12:38 +01:00
encoding_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
encoding.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
ethdb_unix.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
history_index_test.go Thin history (#272) 2019-12-20 15:25:40 +03:00
history_index.go Thin history (#272) 2019-12-20 15:25:40 +03:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
iterator.go core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) 2019-05-13 15:28:01 +03:00
memory_database.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
mutation_test.go Thin history (#272) 2019-12-20 15:25:40 +03:00
mutation.go Thin history (#272) 2019-12-20 15:25:40 +03:00
walk.go Thin history (#272) 2019-12-20 15:25:40 +03:00