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

what is the difference between db-mirror and db-replicate? #74

Open
robvanmieghem opened this issue May 11, 2020 · 1 comment
Open

what is the difference between db-mirror and db-replicate? #74

robvanmieghem opened this issue May 11, 2020 · 1 comment
Assignees

Comments

@robvanmieghem
Copy link
Contributor

No description provided.

@robvanmieghem robvanmieghem added this to the now milestone May 11, 2020
@maxux
Copy link
Collaborator

maxux commented May 11, 2020

db-mirror provides a full zdb replication in a way that master will duplicate all operations to the slave.

db-replicate is another way which enable some trigger/update on specific actions and not necessary have an exact copy of the zdb, you can only trigger on specific namespace or wait on deletion. It's a way to know that some changes occurred without receiving a copy of everything (less chatty but client-side decision).

All of this will be documented later, when tools will be stable.

@maxux maxux self-assigned this May 11, 2020
@maxux maxux modified the milestones: now, later Dec 14, 2020
@maxux maxux removed this from the later milestone Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants