timescaledb icon indicating copy to clipboard operation
timescaledb copied to clipboard

experiments with vectorized aggregation

Open akuzm opened this issue 3 months ago • 1 comments

Parts:

  • [x] https://github.com/timescale/timescaledb/pull/6806
  • [x] https://github.com/timescale/timescaledb/pull/6784
  • [x] https://github.com/timescale/timescaledb/pull/6817
  • [x] https://github.com/timescale/timescaledb/pull/6859
  • [x] https://github.com/timescale/timescaledb/pull/6893
  • [x] https://github.com/timescale/timescaledb/pull/6891
  • [x] https://github.com/timescale/timescaledb/pull/6892
  • [x] https://github.com/timescale/timescaledb/pull/7050
  • [ ] https://github.com/timescale/timescaledb/pull/7049
  • [ ] https://github.com/timescale/timescaledb/pull/7025
  • [ ] https://github.com/timescale/timescaledb/pull/6879

akuzm avatar Mar 28 '24 16:03 akuzm

Codecov Report

Attention: Patch coverage is 85.51913% with 53 lines in your changes are missing coverage. Please review.

Project coverage is 80.68%. Comparing base (59f50f2) to head (8ad6967). Report is 129 commits behind head on main.

Files Patch % Lines
tsl/src/nodes/vector_agg/plan.c 75.89% 8 Missing and 19 partials :warning:
tsl/src/nodes/vector_agg/exec.c 90.00% 0 Missing and 9 partials :warning:
...l/src/nodes/vector_agg/grouping_policy_segmentby.c 88.15% 0 Missing and 9 partials :warning:
tsl/src/nodes/vector_agg/grouping_policy_all.c 91.83% 0 Missing and 4 partials :warning:
tsl/src/nodes/vector_agg/functions.c 89.65% 0 Missing and 3 partials :warning:
tsl/src/planner.c 80.00% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6793      +/-   ##
==========================================
+ Coverage   80.06%   80.68%   +0.61%     
==========================================
  Files         190      200      +10     
  Lines       37181    37064     -117     
  Branches     9450     9670     +220     
==========================================
+ Hits        29770    29906     +136     
- Misses       2997     3236     +239     
+ Partials     4414     3922     -492     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 29 '24 10:03 codecov[bot]