Environment flags -
mmap at a fixed address (experimental)
no environment directory
don't fsync after commit
read only
don't fsync metapage after commit
use writable mmap
use asynchronous msync when MDB_WRITEMAP is used
tie reader locktable slots to MDB_txn objects instead of to threads
don't do any locking, caller must manage their own locks
don't do readahead (no effect on Windows)
don't initialize malloc'd memory before writing to datafile
Generated automatically by Doxygen for LMDB from the source code.