Optimize DECIMAL128 average aggregations #4722
Labels
feature request
New feature or request
P1
Nice to have for release
performance
A performance related task/issue
task
Work required that improves the product but is not user facing
The optimizations for DECIMAL128 sum aggregations and overflow checking in #4688 should be applied to aggregations producing an average of DECIMAL128. Since average aggregations are a combination of sum aggregation and count aggregations, it should be relatively straightforward to adopt the same approach that was done for sum aggregations.
The text was updated successfully, but these errors were encountered: