Re: Memory usage question - Mailing list pgsql-general

From Alessandro Baretta
Subject Re: Memory usage question
Date
Msg-id 3D3BCCA6.8070908@baretta.com
Whole thread Raw
In response to Re: Memory usage question  (Ralph Graulich <maillist@shauny.de>)
List 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


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: Cross-Tab queries in postgres?
Next
From: Wim
Date:
Subject: URGENT! pg_dump doesn't work!