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

Explore Xodus for storage #249

Open
hrj opened this issue Jan 29, 2019 · 0 comments
Open

Explore Xodus for storage #249

hrj opened this issue Jan 29, 2019 · 0 comments

Comments

@hrj
Copy link
Member

hrj commented Jan 29, 2019

Xodus

  • Xodus is transactional and fully ACID-compliant.
  • Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation.
  • Xodus is schema-less and agile. It does not require schema migrations or refactorings.
  • Xodus is embedded. It does not require installation or administration.
  • Xodus is written in pure Java and Kotlin.
  • Xodus is free and licensed under Apache 2.0.

Advantages to switching to Xodus:

  • Being schema-less, it will be easy to evolve the store, especially during these initial phases
  • Is professionally maintained and used by a largish backer
  • No need for extra layers (SQL, JOOQ). Will be much simpler to maintain.
  • Supports encryption
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