MongoDB is the best backend for storing Zabbix configuration, because of its object-oriented srtructure.
I believe that the Zabbix static configuration and Zabbix operative data must be stored separately.
As of now, its stored in the same RDBMS in the same database, i.e. both mostly read-only data and intensively inserted data. I think it is awful by design. Zabbix configuration must be stored in the separate database or, better, in the object-oriented storage such as MongoDB.
I believe that the Zabbix static configuration and Zabbix operative data must be stored separately.
As of now, its stored in the same RDBMS in the same database, i.e. both mostly read-only data and intensively inserted data. I think it is awful by design. Zabbix configuration must be stored in the separate database or, better, in the object-oriented storage such as MongoDB.

Comment