You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/27 23:36:20 UTC

[GitHub] wohali commented on issue #719: Query view with stale = ok does not work

wohali commented on issue #719: Query view with stale = ok does not work
URL: https://github.com/apache/couchdb/issues/719#issuecomment-318515619
 
 
   There is a difference between the Cloudant offering and your local CouchDB. Cloudant have a "view warming" service that automatically builds views for you in the background. CouchDB doesn't offer this functionality.
   
   You have to build your view at least once, by querying it *without* the `stale=ok` option. Once you have done this once, subsequent queries can be made with `stale=ok`.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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