Re: pgSql Memory footprint

From: Richard Huxton <dev(at)archonet(dot)com>
To: Ish Ahluwalia <ahluwalia(at)erinc(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgSql Memory footprint
Date: 2003-09-13 20:12:45
Message-ID: 200309132112.45526.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 12 September 2003 20:43, Ish Ahluwalia wrote:
> Hi:
>
> Can anyone provide a rough guesstimate on how much memory does fully
> conigured, with all the services turned on pgSql database require?
>
> I'm trying to make an estimate on how much memory would be required in
> Flash and RAM to run pgSql database.

Depends on how many users and what queries you are running. The less RAM you
have available, the more disk I/O there will be.

Can you give more details of what sort of system you are trying to build?
--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-09-13 20:14:43 Re: PostGreSql database features questions
Previous Message Scott Ribe 2003-09-13 20:07:19 Re: Cyclic foreign key dependency & table inheritance -