More efficient _changes?include_docs=true
-----------------------------------------

                 Key: COUCHDB-1061
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1061
             Project: CouchDB
          Issue Type: Improvement
            Reporter: Filipe Manana
            Assignee: Filipe Manana
             Fix For: 1.0.3, 1.1, 1.2


When using the changes stream with the option include_docs set to true, after 
having the #doc_info record of a document, we open the document by its ID 
instead of using the #doc_info record. This is not optimal since opening the 
doc by its ID implies traversing the by-id B-Tree to find a #full_doc_info 
record and to finally convert it into a #doc_info record.

The following patch fixes this.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to