Skip to content

Conversation

@akuzm
Copy link
Member

@akuzm akuzm commented Nov 28, 2025

At the moment we go over the parse tree to collect these clauses independently. This seems excessive, because during the hypertable expansion all this data is already prepared by the Postgres planner.

Related to #8987 and #8706

Disable-check: force-changelog-file

At the moment we go over the parse tree to collect these clauses
independently. This seems excessive, because during the hypertable
expansion all this data is already prepared by the Postgres planner.
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

❌ Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.59%. Comparing base (a04f790) to head (e3b5956).
⚠️ Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
src/nodes/chunk_append/chunk_append.c 91.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8994      +/-   ##
==========================================
+ Coverage   82.53%   82.59%   +0.05%     
==========================================
  Files         249      249              
  Lines       48510    48544      +34     
  Branches    12388    12393       +5     
==========================================
+ Hits        40040    40096      +56     
- Misses       3510     3539      +29     
+ Partials     4960     4909      -51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akuzm akuzm marked this pull request as ready for review December 1, 2025 12:01
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

@erimatnor, @fabriziomello: please review this pull request.

Powered by pull-review

-> Materialize (actual rows=10.00 loops=1)
-> Merge Append (actual rows=3.00 loops=1)
Sort Key: m3."time"
-> Custom Scan (ChunkAppend) on metrics_space m3 (actual rows=3.00 loops=1)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the old check failed in some cases, so now we're getting more efficient plans.

@akuzm akuzm enabled auto-merge (squash) December 3, 2025 10:13
@akuzm akuzm merged commit bddc1ea into timescale:main Dec 3, 2025
47 of 50 checks passed
@akuzm akuzm deleted the join-trust branch December 3, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants