Re: how much ram do i give postgres?

From: Josh Close <narshe(at)gmail(dot)com>
To: POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: Re: how much ram do i give postgres?
Date: 2004-10-20 22:53:11
Message-ID: 4a0cafe20410201553eaea721@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 20 Oct 2004 23:43:54 +0100, Gary Doades <gpd(at)gpdnet(dot)co(dot)uk> wrote:
> You will need to tell us the number of updates/deletes you are having. This will
> determine the vacuum needs. If the bulk of the data is inserted you may only need to
> analyze frequently, not vacuum.
>
> In order to get more help you will need to supply the update/delete frequency and the
> explain analyze output from your queries.

I will have to gather this information for you.

-Josh

In response to

Browse pgsql-general by date

  From Date Subject
Next Message PavelK 2004-10-20 23:05:05 character encoding problem with delphi
Previous Message Gary Doades 2004-10-20 22:43:54 Re: how much ram do i give postgres?