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

Backport to 2.11.x: #6081: Improve compression datatype handling #6087

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

timescale-automation
Copy link

This is an automated backport of #6081: Improve compression datatype handling.
The original issue is #6076.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Improve compression datatype handling

Fall back to btree operator input type when it is binary compatible with the column type and no operator for column type could be found. This should improve performance when using column types like char or varchar instead of text.

Fixes: #6076

Fall back to btree operator input type when it is binary compatible with
the column type and no operator for column type could be found. This
should improve performance when using column types like char or varchar
instead of text.

(cherry picked from commit a7e7e67)
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.11.x@6397070). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             2.11.x    #6087   +/-   ##
=========================================
  Coverage          ?   91.01%           
=========================================
  Files             ?      230           
  Lines             ?    54719           
  Branches          ?        0           
=========================================
  Hits              ?    49801           
  Misses            ?     4918           
  Partials          ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@timescale-automation timescale-automation merged commit 78f3be2 into 2.11.x Sep 18, 2023
40 of 41 checks passed
@timescale-automation timescale-automation deleted the backport/2.11.x/6081 branch September 18, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants