Re: Memory requirements for web-project - Mailing list pgsql-general

From GH
Subject Re: Memory requirements for web-project
Date
Msg-id 20010204113734.A36531@over-yonder.net
Whole thread Raw
In response to Re[2]: Memory requirements for web-project  (Boris <koester@x-itec.de>)
List pgsql-general
On Sun, Feb 04, 2001 at 06:15:46PM +0100, some SMTP stream spewed forth:
> Hello GH,
>
> Sunday, February 04, 2001, 5:46:54 PM, you wrote:
>
> G> On Sun, Feb 04, 2001 at 05:10:21PM +0100, some SMTP stream spewed forth:
>
>
> G> Is it safe to preume that most of those 160,000 hits will come during
> G> some relatively short peak period? You could end up with 5-10 hits per
> G> second depending on the usage trends.
>
> Yes I understand.
>
> G> "type" of hit). Don't forget about caches and shared memory also.
>
> What do you mean with the cache and the shared memory?

PostgreSQL caches some of the data from the database. If you, for
example, wanted to have most of your database remain in memory, for speed,
then you would want to have more memory than the minimum needed to
handle the queries.

I meant that you would want to be sure that PostgreSQL is configured
with regard to the expected load and the number and mem requirements of
queries. You might see out of memory errors under load.


gh

>
>
> --
> Boris
>
>

pgsql-general by date:

Previous
From: Boris
Date:
Subject: Re[2]: Memory requirements for web-project
Next
From: "Mitch Vincent"
Date:
Subject: Re: Memory requirements for web-project