Re: PostgreSQL with Zabbix - problem of newbe

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

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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Kaloyan Iliev Iliev 2010-04-08 12:58:27 Query Optimization
Previous Message Krzysztof Kardas 2010-04-08 09:23:17 PostgreSQL with Zabbix - problem of newbe