-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
-
QE 2025-11-24
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Unlike $geoNear, $geoIntersects and $geoWithin may run without a geo index. If you apply the {$natural: 1} hint to a $geoIntersects query, it successfully forces a collection scan and returns the correct results. However, attempting to do the same with Query Settings does not succeed (the operators use a geo index if available). I believe the $natural hint should work in PQS so that the query uses a collection scan.
I've attached a repro test.
- is related to
-
SERVER-112520 Failure to write to geo index when inserting a document to timeseries existing bucket
-
- Closed
-