Make LMDB a hard dependency #4

Open
opened 2025-06-16 18:40:38 +02:00 by architect · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: telepath/Parsee#4
No description provided.