Re: zabbix on postgresql - very slow delete of events

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: Kristian Ejvind <Kristian(dot)Ejvind(at)resurs(dot)se>
Cc: "pgsql-performance(at)lists(dot)postgresql(dot)org" <pgsql-performance(at)lists(dot)postgresql(dot)org>
Subject: Re: zabbix on postgresql - very slow delete of events
Date: 2019-07-23 12:58:03
Message-ID: 20190723125803.GD21184@aart.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 having problems
> 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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Kristian Ejvind 2019-07-23 13:41:53 Re: zabbix on postgresql - very slow delete of events
Previous Message Kristian Ejvind 2019-07-23 08:07:55 zabbix on postgresql - very slow delete of events