danicoin/src/blockchain_db
Thomas Winget 7b7ef73c15
LMDB should now dynamically resize the mapsize
Some filesystems (*cough* NTFS *cough*) aren't good with sparse files,
so this makes LMDB dynamically resize its mapsize as needed.  Note: the
check interval is currently every 10 blocks (for testing) and will
probably need to change to 1000 or something.  Default mapsize set to
1GiB.

Blockchain conversion tools using batching will probably segfault, I'll
fix that in the next commit.
2015-05-16 22:05:54 -04:00
..
berkeleydb Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
lmdb LMDB should now dynamically resize the mapsize 2015-05-16 22:05:54 -04:00
blockchain_db.cpp Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
blockchain_db.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
CMakeLists.txt Only compile BerkeleyDB as an option in non-static 2015-04-07 15:02:20 -04:00
db_types.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00