Hi,

1. Is it possible to disable memory mapping in LMDB?


2. If I create a brand-new database and write data into it (but haven't read it yet) can I be assured it won't be memory-mapped yet?


The purpose of these question is to get more consistent/reproducible time benchmarks for some stuff I'm doing. (As you know the drive vs. memory-mapped performance varies heavily.)

Thanks,
Sam