|
|
|
|
|
by jcrites
4728 days ago
|
|
Regarding a Berkeley DB equivalent, how about Tupl? https://github.com/cojen/Tupl > Tupl is a high-performance, concurrent, transactional, scalable, low-level database. Intended to replace BerkeleyDB, Tupl supports true record-level locking. Unlike BerkeleyDB-JE, Tupl doesn't suffer from garbage collection pauses with very large databases. Tupl also includes support for cursors, upgradable locks, deadlock detection, hot backups, striped files, encryption, nested transaction scopes, and direct lock control. |
|