Good day!
I'm using docker zabbix server 5.0 psql+timescaledb
Receiving many errors in server log:
[delete from history_uint where itemid=112833 and ctid = any(array(select ctid from history_uint where itemid=112833 limit 50000))]
312:20201019:140231.386 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: transparent decompression only supports tableoid system column
Compression enabled in Administration-General-Housekeeping
Please advice how to fix it?
I'm using docker zabbix server 5.0 psql+timescaledb
Receiving many errors in server log:
[delete from history_uint where itemid=112833 and ctid = any(array(select ctid from history_uint where itemid=112833 limit 50000))]
312:20201019:140231.386 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: transparent decompression only supports tableoid system column
Compression enabled in Administration-General-Housekeeping
Please advice how to fix it?
Comment