--
You received this message because you are subscribed to the Google Groups "PouchDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pouchdb+u...@googlegroups.com.
To post to this group, send email to pou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pouchdb/62edb88c-7598-4d7a-a93e-29e191b0f058%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
all the data that was within the json should be removed to free up space?
should I call compact
Thanks for the responses.Can I just confirm something (sorry for the basic questions):1) Compaction should delete the data within the sequence entries for old sequences? If not is there a way of deleting the data in the sequence table as it builds up over time?
2) If all things go well when you save a number of documents with the deleted flag a record will remain with deleted = true (for sync purposes) but all other data should go?
3) With persistent queries I believe there was a bug raised on github that would return a document from the index even if that document had been deleted. I am thinking of switching to the old query approach until that is resolved (is that fixed in the nightly)?
With the documents showing up in the document store with doc ids of guids........is that expected behaviour for a deletion or an indication that there is a problem?
I really like the project and appreciate the effort you guys put into it. Hopefully the first two points are correct because I really don't want old data hanging around as some of it can be quite large.
|
{"deleted":true,"id":"0AC51156-16D6-A457-BFC1-DB19F539C904","rev_tree":[{"pos":1,"ids":["fbfb0ee325ad558317d5eec21391291d",{"status":"available","deleted":true},[]]}],"seq":6} |
Glad you sorted your issue, thanks for posting in detail what went wrong hopefully it helps someone else too!
Take it easy,
Nick