erigon-pulse/ethdb
Alex Sharov ecc94a63f0
DupSort for Plain and Hashed state buckets (behind feature flags) (#854)
* return error from rawdb

* squash

* v14

* improve performance of put

* clean

* clean

* hide feature behind ENV variable

* cleanup

* cleanup

* disable ipc and make Readme less confusing (people thought points are depend on each-other)

* fix test

* cleanup

* cleanup
2020-08-02 12:53:08 +01:00
..
abstractbench remove all pools from bolt, badger, lmdb (#750) 2020-07-18 09:39:18 +01:00
codecpool Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
dbtest geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
remote fix streams leak (#847) 2020-08-01 16:18:31 +01:00
typedbucket Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
AbstractKV.md KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
bolt_db.go remove BoltDatabase, BadgerDatabase, RemoteDatabase classes (replaced by objectDb) (#794) 2020-07-27 22:59:54 +01:00
database_test.go DupSort for Plain and Hashed state buckets (behind feature flags) (#854) 2020-08-02 12:53:08 +01:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go Limit incremental step size of stages 5 and 6. (#754) 2020-07-17 12:52:09 +07:00
iterator.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
kv_abstract_test.go DupSort for Plain and Hashed state buckets (behind feature flags) (#854) 2020-08-02 12:53:08 +01:00
kv_abstract.go implement db stats page (#803) 2020-07-29 05:31:46 +01:00
kv_badger.go DupSort for Plain and Hashed state buckets (behind feature flags) (#854) 2020-08-02 12:53:08 +01:00
kv_bolt.go DupSort for Plain and Hashed state buckets (behind feature flags) (#854) 2020-08-02 12:53:08 +01:00
kv_lmdb.go DupSort for Plain and Hashed state buckets (behind feature flags) (#854) 2020-08-02 12:53:08 +01:00
kv_remote2.go fix streams leak (#847) 2020-08-01 16:18:31 +01:00
kv_remote.go implement db stats page (#803) 2020-07-29 05:31:46 +01:00
memory_database.go remove BoltDatabase, BadgerDatabase, RemoteDatabase classes (replaced by objectDb) (#794) 2020-07-27 22:59:54 +01:00
mutation_puts.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00
mutation.go implement db stats page (#803) 2020-07-29 05:31:46 +01:00
object_db.go implement db stats page (#803) 2020-07-29 05:31:46 +01:00
rewind.go "Unwind" for the execution phase when plain state is selected (#571) 2020-05-25 12:11:56 +01:00
storage_mode_test.go Remove preimage storage mode, write receipts by default (#809) 2020-07-29 14:00:39 +01:00
storage_mode.go Remove preimage storage mode, write receipts by default (#809) 2020-07-29 14:00:39 +01:00
walk.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00