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

shard index lookup table for higher write throughput and availability #8

Open
neeraj9 opened this issue Feb 15, 2019 · 0 comments
Open

Comments

@neeraj9
Copy link
Owner

neeraj9 commented Feb 15, 2019

At present the index lookup table must be present in a single database. This is great for read (at least when the table is sufficiently small), but bad for write scalability. One of the solution is to shard the index lookup table based on the the source-id (lets just say apply modulo and limit to N=8 shards). It needs to be think through really well though.

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