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/02/03 10:57:26 UTC

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

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


   I experimented a bit but with no avail, never received back any ETags.
   Yeah, I think the mechanisms already exist in the codebase that can enable this sort of caching, just need to enable them I guess.
   It's a nice win if you have a large view that pulls a lot of data (MBs), a simple ETag check can save lots of network time and the expense of such checks is presumably very low, the net-loss is therefore minimal nonetheless even if we added the `If-None-Match` header to every request.
   
   Can you describe how would one go about fixing this ?
   


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