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 changing the ids from auto-increment to full checksums to make distributed storage easier to organize #19

Open
CodyKochmann opened this issue May 6, 2019 · 0 comments

Comments

@CodyKochmann
Copy link
Owner

Distributed storage has been a long time todo for this db but the auto-incrementing functionality used for the keys made it hard to figure out what the right way was to evenly store things across multiple servers due to the nature of high demand inserts.

Switching to a full hash-based layout would work well both for the distributed setup and would bring the dbm based version of graphdb a bit closer in terms of engine design.

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

No branches or pull requests

1 participant