Re: PostgreSQL with Zabbix - problem of newbe

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
Cc: Krzysztof Kardas <krzychk2(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL with Zabbix - problem of newbe
Date: 2010-04-08 13:16:02
Message-ID: p2ub42b73151004080616r994b020fp33350f9b982cf7b2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2010/4/8 Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Kaloyan Iliev Iliev 2010-04-08 13:41:16 Re: Query Optimization
Previous Message Kaloyan Iliev Iliev 2010-04-08 12:58:27 Query Optimization