-
Notifications
You must be signed in to change notification settings - Fork 944
[Bug]: Collation error on duplicate insert into a compressed chunk with orderby containing text column #7342
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
Labels
Comments
Seems like a bug in our tuple filtering optimization that came out in 2.16. I'll create a bugfix for 2.17.1 but in the mean time, the workaround would be to disable tuple filtering: |
Thanks a lot, @antekresic ! |
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this issue
Oct 21, 2024
This release contains performance improvements and bug fixes since the 2.17.0 release. We recommend that you upgrade at the next available opportunity. **Features** * timescale#7360 Add chunk skipping GUC **Bugfixes** * timescale#7335 Change log level used in compression * timescale#7342 Fix collation for in-memory tuple filtering **Thanks** * @gmilamjr for reporting an issue with the log level of compression messages * @hackbnw for reporting an issue with collation during tuple filtering
Merged
fabriziomello
added a commit
that referenced
this issue
Oct 21, 2024
This release contains performance improvements and bug fixes since the 2.17.0 release. We recommend that you upgrade at the next available opportunity. **Features** * #7360 Add chunk skipping GUC **Bugfixes** * #7335 Change log level used in compression * #7342 Fix collation for in-memory tuple filtering **Thanks** * @gmilamjr for reporting an issue with the log level of compression messages * @hackbnw for reporting an issue with collation during tuple filtering
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this issue
Oct 21, 2024
the 2.17.0 release. We recommend that you upgrade at the next available opportunity. **Features** * timescale#7360 Add chunk skipping GUC **Bugfixes** * timescale#7335 Change log level used in compression * timescale#7342 Fix collation for in-memory tuple filtering **Thanks** * @gmilamjr for reporting an issue with the log level of compression messages * @hackbnw for reporting an issue with collation during tuple filtering
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this issue
Oct 21, 2024
This release contains performance improvements and bug fixes since the 2.17.0 release. We recommend that you upgrade at the next available opportunity. **Features** * timescale#7360 Add chunk skipping GUC **Bugfixes** * timescale#7335 Change log level used in compression * timescale#7342 Fix collation for in-memory tuple filtering **Thanks** * @gmilamjr for reporting an issue with the log level of compression messages * @hackbnw for reporting an issue with collation during tuple filtering
Merged
fabriziomello
added a commit
that referenced
this issue
Oct 21, 2024
This release contains performance improvements and bug fixes since the 2.17.0 release. We recommend that you upgrade at the next available opportunity. **Features** * #7360 Add chunk skipping GUC **Bugfixes** * #7335 Change log level used in compression * #7342 Fix collation for in-memory tuple filtering **Thanks** * @gmilamjr for reporting an issue with the log level of compression messages * @hackbnw for reporting an issue with collation during tuple filtering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What type of bug is this?
Unexpected error
What subsystems and features are affected?
Compression, Query executor
What happened?
Hello,
we encountered the following behavior, which results in issues when inserting older data that is partially duplicate. Do you know what might be the reason?
Given:
When:
Expected:
Actual behavior:
When this does not happen:
What did not work:
TimescaleDB version affected
2.16.0 - 2.17.0
PostgreSQL version used
15.8 - 16.3
What operating system did you use?
Ubuntu 22.04
What installation method did you use?
Docker, Other
What platform did you run on?
On prem/Self-hosted, Timescale Cloud
Relevant log output and stack trace
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: