Closed kevinzwang closed 1 week ago
Comparing kevin/multi-aggs
(da49fd0) with main
(25c3b26)
❌ 2
regressions
✅ 15
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
kevin/multi-aggs |
Change | |
---|---|---|---|---|
❌ | test_count[1 Small File] |
3.6 ms | 4.2 ms | -14.78% |
❌ | test_iter_rows_first_row[100 Small Files] |
253.4 ms | 327.9 ms | -22.71% |
Attention: Patch coverage is 92.11823%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 77.57%. Comparing base (
711e862
) to head (da49fd0
). Report is 6 commits behind head on main.
This enables expressions such as
sum("a") + sum("b")
ormean("a") / 100
in aggregations. This PR enables Q8 and Q14 of TPC-H and is also necessary for Q17 and Q20 (which are also missing subquery).