iphone - How to fully delete a CouchDB doc on replication -
my app using touchdb , doing ton of rest requests pull deleted documents/revisions. possible tell couch, "hey, delete them, forget past"? know _changes show deleted, i'd love if deleted, , didn't ask else... sake of iphone battery life, , 3g connectivity.
there 'compact' api, removes deleted docs couchdb. can launch it. standard couchdb replication doesn't send revisions, revision history (without data), , last revision. check replication algorithm if compatability this api
Comments
Post a Comment