|
|
|
|
|
by easytiger
4824 days ago
|
|
MDB in those stats is writing to disk? I assume its some kind of lazy write though where the memory store is eventually persisted? in that case thats fairly impressive for a lot of use cases. Though a k/v store has a lot less to do than something like sqlite3. I'll look into it (never heard of it before). Might fix fairly well with something I'm working on right now (currently implemented using sqlite3). |
|
People are always confusing "memory-mapped" with "memory-only". LMDB is not a memory-only database.
http://www.openldap.org/lists/openldap-devel/201111/msg00064...