Hello!
The question is about history* tables.
I want to increase DB performance with Zabbix v6 on PostgreSQL v15 by partitioning history* tables. The planned partitioning key is "clock".
TimeScaleDB is undesirable due to some internal issues, but it can be overcome.
Please explain if there are some issues/problems using PostgreSQL Partitioning by "clock" key instead of TimeScaleDB.
Thanks in advance.
The question is about history* tables.
I want to increase DB performance with Zabbix v6 on PostgreSQL v15 by partitioning history* tables. The planned partitioning key is "clock".
TimeScaleDB is undesirable due to some internal issues, but it can be overcome.
Please explain if there are some issues/problems using PostgreSQL Partitioning by "clock" key instead of TimeScaleDB.
Thanks in advance.
Comment