aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-09 16:16:27 +0200
committerAlex Auvolat <alex@adnab.me>2020-04-09 16:16:27 +0200
commit4c1aee42d5032066272a051687ac200e874cc13f (patch)
tree9046b13a60687fd5367dce59c246523b8585e236 /TODO
parenta450103ed038d0838b1a1336ffd3a011abdd88a4 (diff)
downloadgarage-4c1aee42d5032066272a051687ac200e874cc13f.tar.gz
garage-4c1aee42d5032066272a051687ac200e874cc13f.zip
Reorganize table API
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index f850d5e9..8032d2e0 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@ Object table
Rename version table to object table
In value handle the different versions
-So that the table becomes (bucket, key) -> CRDT(list of versions)
+So that the table becomes bucket + Sort key = object key -> CRDT(list of versions)
CRDT merge rule:
- keep one complete version (the one with the highest timestamp)