jiangphcn commented on issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395687730
 
 
   For single node purge, you need to use `couch_db:purge_docs(Db1, 
[{<<"doc1">>, [Rev1]}]).` to purge document. However, you need to stop mem3 to 
avoid unexpected replication. Also anyway this may cause the rebuild of index. 
If you can accept these side effects, you can have a try with local node purge. 
   
   @davisp and myself are working on clustered purge and code was under review 
process.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to