issues
search
ff-notes
/
ron
Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65
stars
9
forks
source link
Clock is not advanced to the last op in the database
#68
Open
cblp
opened
5 years ago
cblp
commented
5 years ago
Problem
A fresh timestamp may clash with existing.
Proposed solution
Ensure version id is (⩾) than all ops inside a version.
Make document versions readable as timestamps. (???)
On database open, advance time to all versions.
Problem
A fresh timestamp may clash with existing.
Proposed solution