Consistency Levels Flashcards

1
Q

Reads are guaranteed to return the most recent version of an item.

A

Strong

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Consistent prefix. Read lag behind writes by at most K Prefixes or T intervals

A

Bounded Staleness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Consistent Prefix. Monotonic reads, monotonic writes, read-you-writes, write-follows-reads.

A

Session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Updates returned are some prefix of all the updates with no Gaps

A

Consistency Prefix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Out of order reads

A

Eventual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Enable you to maximize the availability and performance of your database

A

Consistency Level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Order of Consistency Level

A
Strong
Bounded Staleness
Session
Consistent Prefix
Eventual
How well did you know this?
1
Not at all
2
3
4
5
Perfectly