-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
When querying an array as documented here, MonogDB may need to fetch the whole document to read the queried field although both the projected field and the queried field are in the index.
This is an undesired behaviour because it fetches uselessly documents from the disk which makes the query slow (especially, if documents are bigger).