-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Query Execution
-
Query Execution
The goal would be to further mitigate risk of performance regression. We would need to settle on exactly what behavior we intend to implement. Ideas proposed thus far include:
- Fall back to classic if there are more than n accumulators in a pushed down $group.
- Fall back to classic if there is a match expression exceeding some complexity threshold. For instance, we could count the number of nodes in the tree and fallback if there are too many.