-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2022-11-14
After SERVER-70355, non-overlapping ranges like x > 5 and x < 3 will generate two one-sided payloads. This will cause a lot of extra work on the server-side for a query that we know beforehand will not return any results on scalar fields. We should catch this case client-side and create a single payload with zero edges.
- is duplicated by
-
SERVER-70669 Optimize empty encrypted range queries in aggregation
- Closed