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/12/18 00:33:10 UTC

[GitHub] [couchdb-fauxton] wohali commented on issue #1069: Want to view previous revision content of a document

wohali commented on issue #1069: Want to view previous revision content of a document
URL: https://github.com/apache/couchdb-fauxton/issues/1069#issuecomment-566812330
 
 
   part of @davisp 's comment is relevant here:
   
   >If you were to attempt to implement this feature you would end up in a situation where it was roughly random on whether the links worked correctly even so far as having document bodies appearing and disappearing with a page refresh.
   
   is key to understanding this. If you're in a cluster there's no guarantee that all nodes are consistent on previous versions. We can't special case Fauxton for this specific need.
   
   Further, see https://github.com/apache/couchdb/issues/2368 which says:
   
   > I should also point out that in the 4.0 release there won't be a compaction process at all -- old document revisions will be removed immediately when the new update is committed.
   
   4.0 is just around the corner.

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