From bec0f9387da463b6c2a20d5cfe080efc5a294639 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 16 Nov 2021 09:50:22 -0500 Subject: [PATCH] auto --- notes/spannerCockroach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/spannerCockroach.md b/notes/spannerCockroach.md index 4ed6ac7..7fe8714 100644 --- a/notes/spannerCockroach.md +++ b/notes/spannerCockroach.md @@ -110,7 +110,7 @@ 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... - + - "CockroachDB’s external consistency guarantee is by default only serializability, though with some features that can help bridge the gap in practice." -- GitLab