Make LMDB a hard dependency #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, Parsee supports 2 types of databases: LMDB and a flat-file database. In order for LMDB support to work, LMDB is required as a dependency and Cytoplasm needs to be built with support for it.
LMDB is a better choice for a database as it is faster and more scalable, and most production Parsee instances including Telepath's use LMDB. There is not much need for the flat-file database.