Skip to content
Snippets Groups Projects
Commit b448e0b0 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent c5e8333c
No related branches found
No related tags found
No related merge requests found
notes/cockroachUnsync.png

92.1 KiB

......@@ -108,6 +108,9 @@ without atomic clocks."
regardless of observer, provides for a particularly strong guarantee of
external consistency known as “linearizability.”
- "in a non-distributed database, serializability implies linearizability"
- single clock
- if T2 starts after T1 finishes, that will be equiv serial order, and so...
![blah](cockroach1.png)
- "CockroachDB’s external consistency guarantee is by default only
serializability, though with some features that can help bridge the gap in
practice."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment