Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Multi-master replication

Sumit Rawal answered on May 21, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • Multi-Leader vs Single Leader Replication#
  • Some of the problems with multi-leader replication include:

  • Multi-master replication

    0

    This approach uses the databases’ auto_increment feature. Instead of increasing the next ID by 1, we increase it by k, where k is the number of database servers in use. As illustrated in Figure 2, next ID to be generated is equal to the previous ID in the same server plus 2. This solves some scalability issues because IDs can scale with the number of database servers. However, this strategy has some major drawbacks:

    Hard to scale with multiple data centers

    IDs do not go up with time across multiple servers.

    It does not scale well when a server is added or removed. 

    Popularity 5/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 21 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.