Mats Kindahl

Results 62 comments of Mats Kindahl

It corrupts data in the actual compressed chunk. Reading directly from the compressed tables does not solve anything. ```sql mats=# CREATE TABLE logs(ts TIMESTAMPTZ NOT NULL, msg TEXT); CREATE TABLE...

Inserting without a filter works fine, but once a filter is added, it breaks: ``` mats=# EXPLAIN INSERT INTO logs VALUES ('2020-01-01', 'message'); QUERY PLAN ---------------------------------------------------------------------------- Custom Scan (HypertableModify) (cost=0.00..0.01...

Adding the tuple to a separate table and trying the query works, but as soon as we add an expression that requires a `Result` node, it breaks: ``` mats=# EXPLAIN...

A short summary of the problem and why it occurs. As can be seen in the plan above, there is a gating clause inserted between the chunk dispatch node and...

> I'd prefer `Ensure` because all-caps is inconvenient to type. There is really no convention for how to type macros (although most seem to be all-caps), so following the convention...

@daniel-k Glad to hear that it worked. :)

https://github.com/timescale/timescaledb/actions/runs/3080469953/jobs/4977851983

https://github.com/timescale/timescaledb/actions/runs/3136271306/jobs/5092974002

I created a duplicate #206 of this. It shows up this way on my machine: ``` mats@fury:~$ sudo apt install gitsome Reading package lists... Done Building dependency tree... Done Reading...