Hi Michael,
On Fri, Oct 12, 2018 at 11:23:23AM +0200, Michael Andersen wrote:
We use it in MDB_NOSYNC mode. In practice this seems to result in no waiting for writes in the user thread at any point. Waiting for reads is never an issue because the LMDB design does not support reading from disk.
Thanks for your clafifications. Defnitely worth further investigation.