go-ds-crdt
go-ds-crdt copied to clipboard
How to clear tombstone
When I use CRDT to write a log (add and delete frequently), the database becomes larger and larger. Is there any way to really remove the tombstone data? My current approach is that when the database reaches a certain size, build one new, I don't know if there is any other way.