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

M3DB Asynchronous Replication #7

Open
robskillington opened this issue Apr 5, 2019 · 0 comments
Open

M3DB Asynchronous Replication #7

robskillington opened this issue Apr 5, 2019 · 0 comments

Comments

@robskillington
Copy link
Contributor

robskillington commented Apr 5, 2019

This change would add the ability to asynchronously replicate data from one cluster to another.

This is useful for fast read/write in a local region that replicates it's data to another region where fast read/writes can also be achieved. The alternate solution (that gives more consistent view of data) is to simply run a cluster that is spread across multiple regions (i.e. 3 regions with RF=3 or 5 regions with RF=5) however the latency implications for certain high volume cases is not desirable.

Design doc:
https://docs.google.com/document/d/1hJktjv0VNKnbbIwLVjQ--HNyODwIT8guDv1eyIFZkzI

@robskillington robskillington changed the title M3DB Asynchronous Cluster Replication M3DB Asynchronous Replication Apr 5, 2019
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