-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
Query Execution
_id indexes are not created on capped collections by default.
Very often people don't realize or forget and assume it's there, or use methods like save() which assume.
We should assert on any table scan where the query is
{ _id : ... }.
- is related to
-
SERVER-5516 Capped collections (tracking ticket)
- Closed