1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-06-02 19:26:43 +08:00

1 Commits

Author SHA1 Message Date
Sven Klemm
1c1743d67a Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks
When pushing down expressions into the compressed scan we assumed
all valid expressions use btree operators and dropped any that weren't.
This patch changes the behaviour to keep those expressions and use
them as heap filter on the compressed scan for UPDATE and DELETE
on compressed chunks.
2025-02-04 17:32:31 +01:00