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 2019/04/27 15:05:18 UTC

[GitHub] [couchdb] ondra-novak edited a comment on issue #2015: parse_revid - Badarg error in HTTP request

ondra-novak edited a comment on issue #2015: parse_revid  - Badarg error in HTTP request
URL: https://github.com/apache/couchdb/issues/2015#issuecomment-487293242
 
 
   "I'm curious as to what value you get out of this that isn't already present in our MVCC system."
   
   Easy: This allows you to distinguish between intentionally deleted document (without R) and deleted revision (with R).  
   
   And you are right, this still can be handled by a key in the document itself. But revision is always available without need to download the whole document (include_docs=false) 
   
   EDIT: ... and also in revision log (_revisions: {"ids":..., "start":...}}

----------------------------------------------------------------
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


With regards,
Apache Git Services