bc31ab3d2c
We're constantly checking for transactions there and most of the time this check is not successful (meaning that the transaction in question is new). Bloom filter easily reduces the need to search over the DB in 99% of these cases and gives some 13% increase in single-node TPS. |
||
---|---|---|
.. | ||
badgerdb_store.go | ||
badgerdb_store_test.go | ||
boltdb_store.go | ||
boltdb_store_test.go | ||
leveldb_store.go | ||
leveldb_store_test.go | ||
memcached_store.go | ||
memcached_store_test.go | ||
memory_store.go | ||
memory_store_test.go | ||
redis_store.go | ||
redis_store_test.go | ||
store.go | ||
store_config.go | ||
store_test.go | ||
storeandbatch_test.go |