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: [email protected]
With regards, Apache Git Services
