On 03/05/14 17:20, Howard Chu wrote:
Kristian Amlie wrote:
Hi,
Does using MDB_NOSYNC when opening the MDB environment in any way affect
LMDB's ability to do concurrent database access?
No. Why on earth would it? Do you really believe such a crippling flaw
in usability as that would go undocumented?
I do not. :-)
But I had a reproducible crash that would trigger quite easily (within
seconds, most of the time) when trying to write concurrently to an LMDB
database. However, having seen your reply I went deeper to find out how
this could be.
It turns out that LMDB does not work correctly on the AUFS filesystem.
Is this known?