From 9aa33c162e66d694faa1480a7133626eee24d2d1 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Thu, 16 Nov 2023 10:37:32 -0500 Subject: [PATCH] auto --- notes/slog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 notes/slog.md diff --git a/notes/slog.md b/notes/slog.md new file mode 100644 index 0000000..ecdc837 --- /dev/null +++ b/notes/slog.md @@ -0,0 +1,18 @@ +# SLOG: Serializable, Low-latency, Geo-replicated Transactions + +Complaint is impossibility of: +- strict serializability +- low latency writes +- high throughput + +...*for loads which contain physical region localtion in data access* + + + +## Definitions + +- strict serializability + - one-copy serializable + - "if X starts after Y completes, then X follows Y in s" + - real-time ordering + -- GitLab