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 2022/07/14 18:30:18 UTC

[GitHub] [couchdb] wavded commented on issue #3911: ETags support for views

wavded commented on issue #3911:
URL: https://github.com/apache/couchdb/issues/3911#issuecomment-1184769144

   Was surprised by this when upgrade from v1 to v3. Docs indicate that view support is there:
   
   
   > Etag
   > The Etag HTTP header field is used to show the revision for a document, or a view.
   > ETags have been assigned to a map/reduce group (the collection of views in a single design document). Any change to any of the indexes for those views would generate a new ETag for all view URLs in a single design doc, even if that specific view’s results had not changed.
   > Each _view URL has its own ETag which only gets updated when changes are made to the database that effect that index. If the index for that specific view does not change, that view keeps the original ETag head (therefore sending back 304 - Not Modified more often).
   
   https://docs.couchdb.org/en/3.1.1/api/basics.html


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

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

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