Hi,
I am using zabbix 1.8.2 and PostgreSQL 8.3. Large tables I solved by partitioning built on rules. The second and bigger problem is writing. It's a problem with the disk write throughput. Yes, I can temporarily resolve this issue in new and more powerful hardware, but over time I again run into the ceiling.
The solution may be a cluster from the PostgreSQL server or something. I studied the possibilities and this tools solves problem with large reading, but not large inserting data in the db.
Maybe pgCluster is the solution. What are your experiences?
I am using zabbix 1.8.2 and PostgreSQL 8.3. Large tables I solved by partitioning built on rules. The second and bigger problem is writing. It's a problem with the disk write throughput. Yes, I can temporarily resolve this issue in new and more powerful hardware, but over time I again run into the ceiling.
The solution may be a cluster from the PostgreSQL server or something. I studied the possibilities and this tools solves problem with large reading, but not large inserting data in the db.
Maybe pgCluster is the solution. What are your experiences?
Comment