I'd like to set up Zabbix DB partitioning following the steps on the documentation https://zabbix.org/wiki/Docs/howto/mysql_partition.
The comment of the procedure 'partition_create' indicates that it verifies if a partition already exists before creation.
Q1: Does this mean that it is OK to run 'CALL partition_maintenance' daily even if the <num_future_intervals_to_create> is 14 days?
Q2: Running 'CALL partition_maintenance' daily = daily housekeeping on partitioned tables, correct?
Would you please share your scripts (cron or any other methods) to automate Zabbix DB partition creation, verification ?
Any help would be much appreciated.
The comment of the procedure 'partition_create' indicates that it verifies if a partition already exists before creation.
Q1: Does this mean that it is OK to run 'CALL partition_maintenance' daily even if the <num_future_intervals_to_create> is 14 days?
Q2: Running 'CALL partition_maintenance' daily = daily housekeeping on partitioned tables, correct?
Would you please share your scripts (cron or any other methods) to automate Zabbix DB partition creation, verification ?
Any help would be much appreciated.
Comment