Sven Klemm

Results 32 issues of Sven Klemm

In queries with LIMIT a parallel plan is quite often less desirable due to startup cost and changed ordering behaviour.

compression

When the constraints of a DELETE on a compressed chunks fully cover the batches we can optimize the DELETE to work directly on the compressed batches and skip the expensive...

compression

Atm this just extracts OpExpr handling into separate function. Stay tuned for more changes in this area.

Since we don't do control flow analysis our object creation tracking can mask potential problems and produce false negatives. The following snippet would not produce a warning about unsafe function...

Try to constify query constraints when filtering batches to cover a wider range of expressions that are safe to evaluate when we do the batch filtering.

compression

When advancing local time we might not actually advance the timestamp we process e.g. when we switch to DST in spring the local time advances by 1 hour but the...

gapfill

The removal function would only remove chunk_constraints that are part of dimension constraints. This patch changes it to remove all constraints of a chunk. Fixes #6905

update-script

The bitnami docker image generation has been split into dedicated workflow and is no longer part of the docker image workflow so we have to trigger it explicitly.

ci