-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
We've had two bugs recently SERVER-73641 and SERVER-93874 about time-series rewrites and extended range. These bugs happened because of two mistakes:
- We apply time-series rewrites when we shouldn't for extended range buckets
- We rely on the extended range flag on mongos, but the flag is only correct on mongod.
We should audit all of the optimizations in unpack bucket to see if there are any other scenarios we missed.
- is related to
-
SERVER-93874 $group on time-series collections can produce rounded results due to bucket control rounding
- In Code Review
-
SERVER-73641 Timeseries filtering can miss extended-range events when sharded
- Closed