Make LMDB a hard dependency #4

Open
opened 2025-06-16 18:40:38 +02:00 by architect · 0 comments
architect commented 2025-06-16 18:40:38 +02:00 (Migrated from forge.fsky.io)

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 Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kappachat/Parsee#4
No description provided.