Re: PostgreSQL with Zabbix - problem of newbe

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Krzysztof Kardas" <krzychk2(at)gmail(dot)com>, "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: PostgreSQL with Zabbix - problem of newbe
Date: 2010-04-14 13:50:10
Message-ID: 4BC581C2020000250003084A@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Krzysztof Kardas <krzychk2(at)gmail(dot)com> wrote:

> synchronous_commit = off

> This caused a monumental performance jump. From a machine that is
> utilized on 100%, machine is now sleeping and doing nothing. I
> have executed some sqls on huge tables like history and all has
> executed like lightning. Comparing to MySQL, PostgreSQL in this
> configuration is about 30 - 40% faster in serving data.
> Housekeeper is about 2 to 3 times faster!!!!

If you have a good RAID controller with battery backup for the
cache, and it's configured to write-back, this setting shouldn't
make very much difference. Next time you're looking at hardware for
a database server, I strongly recommend you get such a RAID
controller and make sure it is configured to write-back.

Anyway, I'm glad to hear that things are working well for you now!

-Kevin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2010-04-14 14:16:16 Re: count is ten times faster
Previous Message Grzegorz Jaśkiewicz 2010-04-14 13:30:46 Re: PostgreSQL with Zabbix - problem of newbe