From: | Alessandro Baretta <alex(at)baretta(dot)com> |
---|---|
To: | Joe Conway <mail(at)joeconway(dot)com>, PostgreSQL General Mailing List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Memory usage question |
Date: | 2002-07-22 09:13:10 |
Message-ID: | 3D3BCCA6.8070908@baretta.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Joe Conway wrote:
> Ralph Graulich wrote:
>
>>
>> Check your settings for shared memory buffers in postgresql.conf and read
>> the appropriate manpage in the documentation.
>
>
> Specifically see:
> http://www.postgresql.org/idocs/index.php?kernel-resources.html
> and
> http://www.postgresql.org/idocs/index.php?runtime-config.html
>
> [lots of advice on how to configure pgsql]
>
> On all of this stuff, best advice is to play around to obtain the best
> performance on your hardware with your data and queries.
>
> HTH,
>
> Joe
Joe and Ralph,
Thank you very much for your help. I did not realize that
memory was statically assigned to postgres. I thought it
would allocate it on the fly, so I thought a big query would
cause postgres to grow more than a minuscule query.
Anyhow, I had already read (most of) the docs and not
noticed these facts.
Thanks again.
Alex
From | Date | Subject | |
---|---|---|---|
Next Message | Wim | 2002-07-22 09:46:18 | URGENT! pg_dump doesn't work! |
Previous Message | Joe Conway | 2002-07-22 07:09:42 | Re: Cross-Tab queries in postgres? |