Re: zabbix on postgresql - very slow delete of events - Mailing list pgsql-performance

From Kenneth Marshall
Subject Re: zabbix on postgresql - very slow delete of events
Date
Msg-id 20190723125803.GD21184@aart.rice.edu
Whole thread Raw
In response to zabbix on postgresql - very slow delete of events  (Kristian Ejvind <Kristian.Ejvind@resurs.se>)
Responses Re: zabbix on postgresql - very slow delete of events  (Kristian Ejvind <Kristian.Ejvind@resurs.se>)
List pgsql-performance
On Tue, Jul 23, 2019 at 08:07:55AM +0000, Kristian Ejvind wrote:
> Hi
> 
> This will be a rather lengthy post, just to give the full (I hope) picture. We're using Zabbix for monitoring and I'm
havingproblems
 
> understanding why the deletion of rows in the events table is so slow.
> 
> Zabbix: 4.2 (never mind the name of the db - it is 4.2)
> new values per second: ~400
> hosts: ~600
> items: ~45000
> 

Hi Kristian,

Time series databases like Zabbix work poorly with the Housekeeper
service. We had many similar sorts of problems as our Zabbix usage
grew. Once we partitioned the big tables, turned off the Housekeeper,
and cleaned up by dropping partitions instead everything worked much,
much, much better. When we started using partitioning, we used the
old inheiritance style. Now you can use the native partitioning.

Regards,
Ken



pgsql-performance by date:

Previous
From: Kristian Ejvind
Date:
Subject: zabbix on postgresql - very slow delete of events
Next
From: Kristian Ejvind
Date:
Subject: Re: zabbix on postgresql - very slow delete of events