-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: None
-
Labels:None
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.