[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-09-17 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-422020455 @LastStarDust Clustered purge is not in CouchDB 2.2, but was just merged to CouchDB master branch. You can see more information

[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-08 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395761526 I can't accurately say when it will be released for now because there are multiple factors to decide how long it will take to

[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-08 Thread GitBox
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

[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395344193 Clustered Purge is under development. Hopefully it can help solve your problem once it lands.