What are the 4 levels of consistency?
Approved answer
Levels of Consistency
Strong Consistency: This level represents the utmost strictness and assurance in consistency.
Bounded Staleness: This type allows for some temporary data inconsistency within a defined timeframe.
Session Consistency: This level ensures consistency during a particular session for users.
Eventual Consistency: This guarantees that, given enough time, all updates will propagate through the system, leading to eventual uniformity.