|
|
|
|
|
by hyc_symas
4120 days ago
|
|
LMDB does ACID MVCC using copy-on-write with no garbage collection or compaction needed. It delivers consistent, deterministic write performance with no pauses. It is actually now in use in a number of soft realtime systems. |
|