You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2016/07/15 10:53:20 UTC

[jira] [Created] (COUCHDB-3060) sorted=false is broken

Robert Newson created COUCHDB-3060:
--------------------------------------

             Summary: sorted=false is broken
                 Key: COUCHDB-3060
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3060
             Project: CouchDB
          Issue Type: Bug
            Reporter: Robert Newson


In the original cloudant codebase it was possible to pass sorted=false to map view queries. This removes the total ordering of the returned rows in exchange for a performance boost. A further consequence of this is that the total_rows and offset data is not available.

Parts of this feature exist in CouchDB 2.0 but not enough for the feature to work. So fix that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)