Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using embeddable database instead of MongoDB #68

Open
orbitlens opened this issue Jan 25, 2021 · 0 comments
Open

Consider using embeddable database instead of MongoDB #68

orbitlens opened this issue Jan 25, 2021 · 0 comments

Comments

@orbitlens
Copy link
Contributor

orbitlens commented Jan 25, 2021

  • Potential performance boost (no need to serialize->transfer->deserialize data on inserts)
  • Easier deployment (no external service dependencies)
  • Simple architecture implies close to linear insert speed

Requirements:

  • Fault tolerance (with write-ahead logs or something similar)
  • ACID transactions
  • Indexes

We can check something like https://www.litedb.org/ (performance comparison - litedb-org/LiteDB#1354)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant