monero/src/blockchain_db
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
..
berkeleydb Make HardFork object available to BlockchainDB and derived DB implementations 2016-02-08 09:28:17 -08:00
lmdb Use MDB_APPEND mode where possible 2016-02-17 04:05:29 +00:00
blockchain_db.cpp blockchain_db: pass hard fork object as a simple pointer 2016-02-08 20:56:31 +00:00
blockchain_db.h Merge pull request #657 2016-02-13 19:54:47 +02:00
CMakeLists.txt updated copyright year 2015-12-31 08:39:56 +02:00
db_types.h fixed copyrights with bad year references 2015-12-31 08:37:27 +02:00