|
|
|
|
|
by rdtsc
4607 days ago
|
|
Howard, is LMDB effectively limited to 128T (on 64bit machines and 2GB on 32bit ones, not that one should be running large databases on 32bit machines)? Also what about concurrent writes? Does it have a database wide writer lock or is it per key (per page?) ? |
|
It is a single-writer DB, one DB-wide writer lock. Fine-grained locking is a tar pit.