Hi guys,
I am a newbie with zabbix and i was recently partitioned my PostgreSQL database following this manual in zabbix wiki: https://www.zabbix.org/wiki/Docs/how...topartitioning
I disabled "Enable internal maintenaince" under "Housekeeper" options for History and Trends also.
I think that all is working good because i can see under "Schemas" a new schema called "partitions" and inside tables, 2 new tables was appeared "history_p2018_06_28" and "history_uint_p2018_06_28". This 2 tables has now about 50Mb and growing and i think that partitioning was made correctly and is working. Please correct me if i am wrong way.
My questions are:
1. Can i remove all "old data" from old schema "public" and recover now this space (about 120 Gb)?? If its possible, how can i do it manually?
2. Zabbix is still "autoremoving" old data automatically after partitioning database or i need to do some config?
Zabbix version is 3.4
PostgreSql version is 9.5
Thanks in advance!!
I am a newbie with zabbix and i was recently partitioned my PostgreSQL database following this manual in zabbix wiki: https://www.zabbix.org/wiki/Docs/how...topartitioning
I disabled "Enable internal maintenaince" under "Housekeeper" options for History and Trends also.
I think that all is working good because i can see under "Schemas" a new schema called "partitions" and inside tables, 2 new tables was appeared "history_p2018_06_28" and "history_uint_p2018_06_28". This 2 tables has now about 50Mb and growing and i think that partitioning was made correctly and is working. Please correct me if i am wrong way.
My questions are:
1. Can i remove all "old data" from old schema "public" and recover now this space (about 120 Gb)?? If its possible, how can i do it manually?
2. Zabbix is still "autoremoving" old data automatically after partitioning database or i need to do some config?
Zabbix version is 3.4
PostgreSql version is 9.5
Thanks in advance!!
Comment