Skip to content

how do you access "use history"? #66

Answered by vrtmrz
kurakurakantor asked this question in Q&A
Discussion options

You must be logged in to vote

This feature shows local changeset. So you can see changes that happened on your devices.
But, if you enabled LiveSync, thinned remote changesets will be stored locally.

Garbage collection is a complicated feature. Excuse me for less documentation.
LiveSync's GC deletes old, not used chunks. It means marking _deleted in PouchDB/CouchDB.
In CouchDB, marked chunks will be left for a while. Otherwise, the Replication protocol will not able to know whether the chunk had been deleted or not replicated yet.
(When after compaction had run, it will be changed to tombstone. But, still not be deleted)

The reliable way to delete history on whole databases is running Drop History -> Drop and Send / D…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kurakurakantor
Comment options

Answer selected by kurakurakantor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants