-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
The re-write of $count is using $size expression that isn't supported in SBE yet, so without special handling the pipeline will end up running in hybrid mode, with the buckets collection access in SBE and the re-written group in classic. We need to check whether this is negatively affecting perf, and if so, keep the whole pipeline in classic.
- is related to
-
SERVER-80698 Implement $size aggregation expression in SBE
- Open