-
The documentation refers to CLSets as a possible CRDT to use for tables, however I'm not sure how to actually enable that. The examples show So my question is: how do I setup a table to use the causal length set CRDT? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Currently only delete-wins is implemented and is the default when upgrading a table via Along with that -- the syntax will get an update to no longer use a I've updated the docs to correctly reflect the current state. |
Beta Was this translation helpful? Give feedback.
-
Thank you, that was a bit confusing. It seems like there's information about future features but it sounds like it already works. I can live with delete-wins for now, but will it be changeable to CLSet in the future when it's available? |
Beta Was this translation helpful? Give feedback.
-
All tables are now modeled as "causal length sets" now. In other words, tables that have taken deletions are allowed have those deleted rows re-inserted at a later time by the user if they so desire. |
Beta Was this translation helpful? Give feedback.
All tables are now modeled as "causal length sets" now. In other words, tables that have taken deletions are allowed have those deleted rows re-inserted at a later time by the user if they so desire.