Re: Memory requirments

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Simon Crute <Simon-lists(at)geordie(dot)demon(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Memory requirments
Date: 2001-03-10 12:41:11
Message-ID: 3AAA20E7.7FE347C5@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I don't think there is any typical memory requirment. People usually
give PostgreSQL a lot of memory to get better performance. Ideally the
amount of memory is the same as the amount of data your storing in your
database. This way PostgreSQL can cache all the data and never have to
read data from the disk.

But this scenario assumes that you have mostly SELECT queries.

You have to remember to set the -B flag on postmaster to set the
shared-memory size.

HTH,
Poul L. Christiansen

Simon Crute wrote:
>
> Hi all,
> I was wondering what the typical memory requirments were for the
> postgresql server ?
>
> Thanks.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2001-03-10 13:38:43 RE: How to read/write multibyte to database
Previous Message Simon Crute 2001-03-10 10:35:24 Memory requirments