Hacker News new | past | comments | ask | show | jobs | submit login

What's the concern if you can delete history?



In a distributed system, which is often a place CRDTs thrive, deleted history means a new client cannot be brought up to the current state unless there is some form of state summarization. Doing this summarization/checkpointing in a consistent manner is difficult to do without some form of online consensus mechanism, which is also difficult to do in a distributed system with clients popping in and out all the time.


It depends on the system. Some approaches (like Greg Little's Shelf or my Eg-walker algorithm for text) make this trivial to implement.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: