You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The =<><=>= operators with common data types are not affected by this issue.
Workaround
In order to prevent this situation, please set the following GUC:
set timescaledb.enable_compressed_direct_batch_delete to false;
We apologize for the inconvenience and are working on a bug fix, which will be rolled out in the next 2.18.1 release. Updates will be posted on this ticket.
TimescaleDB version affected
2.17.0
2.17.1
2.17.2
2.18.0
The text was updated successfully, but these errors were encountered:
Description
When operators used in DELETE queries on compressed chunks are using non-btree operators they might not be correctly applied.
How can we reproduce the bug?
The
=
<
>
<=
>=
operators with common data types are not affected by this issue.Workaround
In order to prevent this situation, please set the following GUC:
We apologize for the inconvenience and are working on a bug fix, which will be rolled out in the next
2.18.1
release. Updates will be posted on this ticket.TimescaleDB version affected
The text was updated successfully, but these errors were encountered: