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.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.