Dear developers, don't you think that it is a time to start using partitionings in Mysql & Postgresql database schemas?
I have 50000 items, (10 sec snmp delay), and zabbix generates about 11 GBytes of data in database and database adds about 7 Gbytes of index per 24 hours!
To backup and delete data from history_uint and trends_uint I have to use partitioning (don't tell me about housekeeper, it's useless with large databases) on these tables.
I think, that using partitions "by default" in database schemas would be very much useful for people, who have to operate with large databases.
Thnx!
I have 50000 items, (10 sec snmp delay), and zabbix generates about 11 GBytes of data in database and database adds about 7 Gbytes of index per 24 hours!
To backup and delete data from history_uint and trends_uint I have to use partitioning (don't tell me about housekeeper, it's useless with large databases) on these tables.
I think, that using partitions "by default" in database schemas would be very much useful for people, who have to operate with large databases.
Thnx!
Comment