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

Implement sharding algorithm #20

Open
petereast opened this issue Nov 8, 2018 · 1 comment
Open

Implement sharding algorithm #20

petereast opened this issue Nov 8, 2018 · 1 comment

Comments

@petereast
Copy link
Collaborator

A (really, stupidly simple) mvp could be an algorithm that groups events by the ids found in the event.

@petereast
Copy link
Collaborator Author

This is kinda done - at the moment it stores the events in a separate queue for each session - meaning each session can be sharded across databases - I'm not sure how well this simple algorithm will work for larger and/or more complicated systems but it seems to work in this smaller case.

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