Consistency Levels Flashcards
1
Q
Reads are guaranteed to return the most recent version of an item.
A
Strong
2
Q
Consistent prefix. Read lag behind writes by at most K Prefixes or T intervals
A
Bounded Staleness
3
Q
Consistent Prefix. Monotonic reads, monotonic writes, read-you-writes, write-follows-reads.
A
Session
4
Q
Updates returned are some prefix of all the updates with no Gaps
A
Consistency Prefix
5
Q
Out of order reads
A
Eventual
6
Q
Enable you to maximize the availability and performance of your database
A
Consistency Level
7
Q
Order of Consistency Level
A
Strong Bounded Staleness Session Consistent Prefix Eventual