diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-09 16:16:27 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-09 16:16:27 +0200 |
commit | 4c1aee42d5032066272a051687ac200e874cc13f (patch) | |
tree | 9046b13a60687fd5367dce59c246523b8585e236 /TODO | |
parent | a450103ed038d0838b1a1336ffd3a011abdd88a4 (diff) | |
download | garage-4c1aee42d5032066272a051687ac200e874cc13f.tar.gz garage-4c1aee42d5032066272a051687ac200e874cc13f.zip |
Reorganize table API
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |