Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't propagate FK lookup queries to osm chunks #7167

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Jul 31, 2024

Skip the OSM chunk when doing hypertable expansion for FK lookup queries. OSM chunks are considered archived data and we dont want to incur the performance hit of querying OSM data on modifications on the FK reference table.

Disable-check: force-changelog-file

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

Attention: Patch coverage is 69.23077% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.76%. Comparing base (59f50f2) to head (78c1dfb).
Report is 275 commits behind head on main.

Files Patch % Lines
src/planner/planner.c 60.00% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7167      +/-   ##
==========================================
+ Coverage   80.06%   81.76%   +1.69%     
==========================================
  Files         190      203      +13     
  Lines       37181    38013     +832     
  Branches     9450     9856     +406     
==========================================
+ Hits        29770    31082    +1312     
+ Misses       2997     2966      -31     
+ Partials     4414     3965     -449     

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

@svenklemm svenklemm force-pushed the cns_fk branch 2 times, most recently from d18cd97 to 35f7c2e Compare July 31, 2024 11:11
Skip the OSM chunk when doing hypertable expansion for FK lookup
queries. OSM chunks are considered archived data and we dont want
to incur the performance hit of querying OSM data on modifications
on the FK reference table.
@svenklemm svenklemm enabled auto-merge (rebase) July 31, 2024 11:59
@svenklemm svenklemm merged commit 3572635 into timescale:main Jul 31, 2024
39 of 41 checks passed
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