Re: how to increase performance of Postgre

From: adey <adey11(at)gmail(dot)com>
To: Javanesevn <thanhle(at)sangtao(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to increase performance of Postgre
Date: 2006-08-03 00:54:56
Message-ID: 1c66bda80608021754i1aa91c43j28e333384640e84@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

How much RAM do you have, and what is your SHMMAX set to?

On 8/1/06, Javanesevn <thanhle(at)sangtao(dot)net> wrote:
>
> Hi all,
>
> My project ( web application) is using Postgre 8.1 and PHP 4.x (ADO
> library to access database). And I would like to increase perfomance, so
> I changed configuration follow this:
> shared_buffers = 16000(Default = 1000)
> wal_buffers = 64(Default = 8)
> But this setting is not strong effect. Please show me other way or your
> idea to resolve my problem. Thanks a lot.
>
> Best regards,
>
> -Javanesevn.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Javanesevn 2006-08-03 11:03:55 Re: how to increase performance of Postgre
Previous Message adey 2006-08-02 23:23:11 Re: What's using all my RAM?