Re: PostgreSQL with Zabbix - problem of newbe - Mailing list pgsql-performance

From Merlin Moncure
Subject Re: PostgreSQL with Zabbix - problem of newbe
Date
Msg-id p2ub42b73151004080616r994b020fp33350f9b982cf7b2@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL with Zabbix - problem of newbe  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: PostgreSQL with Zabbix - problem of newbe  (Robert Haas <robertmhaas@gmail.com>)
Re: PostgreSQL with Zabbix - problem of newbe  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-performance
2010/4/8 Grzegorz Jaśkiewicz <gryzman@gmail.com>:
> starting with 8.3, there's this new feature called HOT, which helps a lot
> when you do loads of updates.
> Plus writer is much quicker (30-40% sometimes), and autovacuum behaves much
> nicer.
> Bottom line, upgrade to 8.3, 8.1 had autovacuum disabled by default for a
> reason.

postgresql 8.2: autovacuum enabled by default
postgresql 8.3: HOT (reduces update penalty -- zabbix does a lot of updates)

previous to 8.2, to get good performance on zabbix you need to
aggressively vacuum the heavily updated tables yourself.

merlin

pgsql-performance by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: PostgreSQL with Zabbix - problem of newbe
Next
From: Kaloyan Iliev Iliev
Date:
Subject: Query Optimization