You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/06/04 19:32:45 UTC

[jira] Created: (COUCHDB-77) Querying views with update=false should not update views

Querying views with update=false should not update views
--------------------------------------------------------

                 Key: COUCHDB-77
                 URL: https://issues.apache.org/jira/browse/COUCHDB-77
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
            Reporter: Chris Anderson
            Priority: Minor


Querying a view with update=false should respond immediately with results from the latest available view index, even if the view is currently being updated for another request. Sometimes stale data is better than data that could possibly take forever.

Looking through the code my guess is that update=false is being dropped on the floor somewhere between the http request parser and the actual view response generation code. Wish I could say for sure why it's not working, but I've verified that .view files are modified even when update=false is passed in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.