You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/04/07 09:34:32 UTC

[GitHub] [couchdb-nano] rupamking1 opened a new issue #262: Nano not destroy docs completely

rupamking1 opened a new issue #262:
URL: https://github.com/apache/couchdb-nano/issues/262


   I watch deleted docs is still available in my database.
   <img width="333" alt="Screenshot_1" src="https://user-images.githubusercontent.com/57300218/113844818-85d16e80-97b2-11eb-93d7-b144134b5eb9.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-nano] glynnbird commented on issue #262: Nano not destroy docs completely

Posted by GitBox <gi...@apache.org>.
glynnbird commented on issue #262:
URL: https://github.com/apache/couchdb-nano/issues/262#issuecomment-814796694


   There is a "purge" API but it's not really designed for day-to-day usage, but for removing problematic documents. https://docs.couchdb.org/en/stable/api/database/misc.html#db-purge
   
   The "normal" delete operation creates a new document revision, marking the document as deleted. CouchDB, as it stands today, isn't designed to completely delete documents. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-nano] glynnbird commented on issue #262: Nano not destroy docs completely

Posted by GitBox <gi...@apache.org>.
glynnbird commented on issue #262:
URL: https://github.com/apache/couchdb-nano/issues/262#issuecomment-814776094


   That's the way Couchdb works. When a document is deleted it is only marked
   as deleted so that replication of deletions can succeed.
   
   On Wed, 7 Apr 2021, 10:34 rupamking1, ***@***.***> wrote:
   
   > I watch delete docs is still available in my database.
   > [image: Screenshot_1]
   > <https://user-images.githubusercontent.com/57300218/113844818-85d16e80-97b2-11eb-93d7-b144134b5eb9.png>
   >
   > —
   > You are receiving this because you are subscribed to this thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/couchdb-nano/issues/262>, or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAFKMRMGLJVAP7UGVHCGMCTTHQRK3ANCNFSM42QNNU2Q>
   > .
   >
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-nano] glynnbird closed issue #262: Nano not destroy docs completely

Posted by GitBox <gi...@apache.org>.
glynnbird closed issue #262:
URL: https://github.com/apache/couchdb-nano/issues/262


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-nano] rupamking1 commented on issue #262: Nano not destroy docs completely

Posted by GitBox <gi...@apache.org>.
rupamking1 commented on issue #262:
URL: https://github.com/apache/couchdb-nano/issues/262#issuecomment-814781159


   @glynnbird Please tell me how to delete docs completely from the database & replicas, is that possible or not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org