Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
*Location*: https://docs.atlas.mongodb.com/reference/alert-resolutions/query-targeting/
*User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36
*Referrer*: https://www.google.co.in/
*Screen Resolution*: 1280 x 1024
Description
The definition was interchanged.
Query Targeting: Scanned / Returned occurs if the number of documents examined to fulfill a query relative to the actual number of returned documents meets or is above a certain threshold.
Query Targeting: Scanned Objects / Returned occurs if the number of index keys examined to fulfill a query relative to the actual number of returned documents meets or is above a certain threshold.
it should be,
Query Targeting: Scanned Objects / Returned occurs if the number of documents examined to fulfill a query relative to the actual number of returned documents meets or is above a certain threshold.
Query Targeting: Scanned / Returned occurs if the number of index keys examined to fulfill a query relative to the actual number of returned documents meets or is above a certain threshold.