-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
QI 2023-04-17
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
A naïve implementation of the expression that feeds one value at a time into an accumulator works but likely can be improved perf-wise. We should consider:
- sending the whole input at once rather than each value one by one
- not using t-digest for small inputs