Hi All,
I'm getting this error in zabbix_server.log: "slow query: 62.356972 sec, "select distinct itemid from trends_uint where clock".
After that Zabbix was stopped with this log: "Zabbix Server stopped. Zabbix 3.4.9 (revision 80550)."
I use PostgreSQL. I checked Zabbix doc & I found that in MySQL, disabling the index_condition_pushdown optimizer will resolve it.
But there isn't this option in PostgreSQL. How can I resolve this error?
I'm getting this error in zabbix_server.log: "slow query: 62.356972 sec, "select distinct itemid from trends_uint where clock".
After that Zabbix was stopped with this log: "Zabbix Server stopped. Zabbix 3.4.9 (revision 80550)."
I use PostgreSQL. I checked Zabbix doc & I found that in MySQL, disabling the index_condition_pushdown optimizer will resolve it.
But there isn't this option in PostgreSQL. How can I resolve this error?
Comment