Sven Klemm

Results 152 comments of Sven Klemm

Do you have some timescaledb leftovers in the template database?

If you are running pg_upgrade you need to ensure timescaledb is available in for source and target postgres version. Closing this due to inactivity. Feel free to reopen if you...

Did you try to set `-DOPENSSL_ROOT_DIR` to your openssl location?

You might have to run VACUUM ANALYZE. In my test environment only the most recent chunk is scanned: ``` sven@i5102[3743887]=# EXPLAIN ANALYZE SELECT * FROM test ORDER BY created_at LIMIT...

@maxtwardowski I repeated your steps and for me chunks were not executed so there must be something else going on why that happens.

Hmm can you give more details about the exact failure. Do you also get the same error when using timescaledb-tune from previous version? timescaledb-tune is not PG version specific so...