oxen-core/src/blockchain_db/lmdb
Howard Chu f2faf8cdd9 Use MDB_APPEND mode where possible
When keys are contiguous and monotonically increasing, this gets
denser page utilization (doesn't leave padding in page splits).
Can't be used for keys that are inserted in random order (e.g. hashes)
In total this only saves around 1.5% of space compared to original
DB code. The previous patch accounted for 0.8% savings on its own;
the blocks tables just aren't that big.
2016-02-17 04:05:29 +00:00
..
db_lmdb.cpp Use MDB_APPEND mode where possible 2016-02-17 04:05:29 +00:00
db_lmdb.h Use cursors in write txns 2016-02-17 04:05:29 +00:00