Hi All,
My Zabbix instance is reporting at the UI that the history table is not using primary keys. As per the recommended steps from https://www.zabbix.com/documentation...b_primary_keys, I see that the method uses a create and replace approach. I am using Zabbix server 6.4 with Mariadb 10.11. I am wondering why this is not done with a standard DB migration approach (ALTER table etc. ). I was thinking to enable primary keys in the hopes that this will help to make my Zabbix server instance a bit faster and avoid exporting and importing history data.
My Zabbix instance is reporting at the UI that the history table is not using primary keys. As per the recommended steps from https://www.zabbix.com/documentation...b_primary_keys, I see that the method uses a create and replace approach. I am using Zabbix server 6.4 with Mariadb 10.11. I am wondering why this is not done with a standard DB migration approach (ALTER table etc. ). I was thinking to enable primary keys in the hopes that this will help to make my Zabbix server instance a bit faster and avoid exporting and importing history data.