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

Integrated database #3

Open
matthewfl opened this issue Nov 26, 2014 · 0 comments
Open

Integrated database #3

matthewfl opened this issue Nov 26, 2014 · 0 comments
Labels

Comments

@matthewfl
Copy link
Owner

Atm, the system currently has leveldb as the backing system for the integrated.

The refactor pull request is changing this to berkeleydb, and I would like to attempt to expose some transactional semantics to the application level.

There is also wiredtiger that looks interesting, as it is written by the same people who originally did berkeleydb. It looks like it has some interesting features such as tranansactions and column and row store modes. Since it can also support indexes, there might also be advantages to using it to manage the data types rather than using protobuf.

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

No branches or pull requests

1 participant