Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following assumption makes it difficult for NamespaceDetailsTransient::getCursor() to be used for index only projection by clients other than the query implementation.
/** If no ParsedQuery was supplied, it's assumed no reordering will be applied. */
|
bool requireOrder() const { return !_parsedQuery; }
|
It is straightforward to replace this with an additional argument to NamespaceDetailsTransient::getCursor().
Attachments
Issue Links
- is depended on by
-
SERVER-5090 aggregation: use covered index
-
- Closed
-