Ad Widget

Collapse

Events table partitioning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syepes
    Junior Member
    • Jun 2016
    • 8

    #1

    Events table partitioning

    Hello,

    I am searching for some feedback on partitioning the "events" table, if anyone could share their experiences and techniques it would be helpful.
    Would like to find the best solution but the issue is that now on Zabbix 3.2, the events table is linked "foreign keys" with the following tables (event_recovery, problem, event_tag, alerts,acknowledges) and this is not a good companion with partitioning or at least in PostgreSQL.


    Thanks in advance for any suggestions.
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    Ryan has published Partitioning scripts for Zabbix on PostgreSQL recently - https://monitoringartist.github.io/z...l_partitioning
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    • syepes
      Junior Member
      • Jun 2016
      • 8

      #3
      Thanks for pointing me to that one!

      Comment

      Working...