Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.