-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Normally, a query like
{ _id : 1 }will be routed to the "id hack" query runner. However, if the query is marked isolated with
{ _id : 1, $isolated : 1 }, then the query execution is routed through QueryPlanner::plan, rather than redirected to the id hack runner, which greatly reduces performance.