Skip to content

Multi Replication Best Practice #3446

Answered by nickva
ronag asked this question in Q&A
Mar 19, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You could do a bidirectional ring, so each n server would replicate to n+1 and n-1 neighbors. If one server goes down the data would still be replicated throughout the remaining ones.

Another option is an overlapping ring, where each n server replicates to n+1 and n+2 neighbors. This, of course, ramps up all the way to a complete mesh if every n server replicates to all the other servers.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ronag
Comment options

@nickva
Comment options

nickva Mar 20, 2021
Collaborator

Answer selected by nickva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants