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

CAP Theorem–Consistency

Pragya Keshap answered on February 13, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • CAP theorem
  • CAP Theorem – Consistency, Availability, Partition Tolerance
  • What is the main implication of the CAP theorem for microservices ?

  • CAP Theorem–Consistency

    0

    CAP theorem is also called brewer's theorem. It states that is impossible for a distributed

    data store to offer more than two out of three guarantees

    1. Consistency

    2. Availability

    3. Partition Tolerance

    Consistency:

    The data should remain consistent even after the execution of an operation. This means

    once data is written, any future read request should contain that data. For example, after

    updating the order status, all the clients should be able to see the same data.

    Availability:

    The database should always be available and responsive. It should not have any

    downtime.

    Partition Tolerance:

    Partition Tolerance means that the system should continue to function even if the

    communication among the servers is not stable. For example, the servers can be

    partitioned into multiple groups which may not communicate with each other. Here, if part

    of the database is unavailable, other parts are always unaffected.

    https://www.bmc.com/blogs/cap-theorem/

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 13 2023
    Pragya Keshap
    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.