Alexander Kuzmenkov

Results 32 issues of Alexander Kuzmenkov

We don't have to look up the dimension slices for dimensions for which we don't have restrictions. This also fixes a planning time regression introduced in 2.7. It was introduced...

Specifically, if we're doing a SELECT and already excluded the chunks that do not match the WHERE clause while expanding the hypertable, don't call the Postgres function that's supposed to...

Group the incoming rows into batches on access node before COPYing to data nodes. Also switch the data node connections to nonblocking mode for sending COPY data, so that we...

performance
multinode

### Changes 1. Use nonblocking mode on COPY connections. 2. Group the rows into batches on access node before sending them to data nodes. ### Benchmarks I'm using the UK...

performance
multinode

On a clean docker container timescale/timescaledb:latest-pg12', we get an error in server log: ``` ERROR: TimescaleDB background worker connected to template database, exiting ``` This error happens if the background...

enhancement

Pass proper flags to WaitLatchOrSocket Fixes https://github.com/timescale/timescaledb/issues/4728

### What type of enhancement is this? User experience ### What subsystems and features will be improved? Compression ### What does the enhancement do? If (re)compression fails for a particular...

enhancement

Put global metadata columns first, segmentby next, orderby metadata before the compressed orderby columns. This matches the order in which they are likely to be accessed when reading from a...