-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Collection scans are sometimes faster than index covered queries. When accessing data from an index, the scan creates a BSON object for each document. We could alleviate the cost of this operation for duplicate documents by caching the object.