How much memory is required?

Started by Billover 19 years ago4 messagesgeneral
Jump to latest
#1Bill
postgresql@dbginc.com

Is there any published information on the minimum or recommended amount
of memory for PostgreSQL on Windows and/or Linux. I am looking at
PostgreSQL for an embedded app and hardware cost is a consideration. I
cannot find anything in the PostgreSQL 8.1.0 Documentation but I may
not be looking in the right place. Thanks.

--
.Bill.

#2Bill Moran
wmoran@collaborativefusion.com
In reply to: Bill (#1)
Re: How much memory is required?

In response to "Bill" <postgresql@dbginc.com>:

Is there any published information on the minimum or recommended amount
of memory for PostgreSQL on Windows and/or Linux. I am looking at
PostgreSQL for an embedded app and hardware cost is a consideration. I
cannot find anything in the PostgreSQL 8.1.0 Documentation but I may
not be looking in the right place. Thanks.

You need to estimate a lot of things before you can estimate the
memory requirements. Off the top of my head:
*) Desired performance
*) Max # of simultaneous connections
*) Max size of dataset

--
Bill Moran
Collaborative Fusion Inc.

IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.

In reply to: Bill (#1)
Re: How much memory is required?

On 8 Nov 2006 at 22:48, Bill wrote:

Is there any published information on the minimum or recommended amount
of memory for PostgreSQL on Windows and/or Linux. I am looking

There's some useful information here:

http://www.powerpostgresql.com/PerfList

HTH,

--Ray.

----------------------------------------------------------------------

Raymond O'Donnell
Director of Music, Galway Cathedral, Galway, Ireland
rod@iol.ie
----------------------------------------------------------------------

#4Bill
postgresql@dbginc.com
In reply to: Bill (#1)
Re: How much memory is required?

"Raymond O'Donnell" wrote:

On 8 Nov 2006 at 22:48, Bill wrote:

Is there any published information on the minimum or recommended
amount of memory for PostgreSQL on Windows and/or Linux. I am
looking

There's some useful information here:

http://www.powerpostgresql.com/PerfList

HTH,

--Ray.

----------------------------------------------------------------------

Raymond O'Donnell
Director of Music, Galway Cathedral, Galway, Ireland
rod@iol.ie
----------------------------------------------------------------------

---------------------------(end of
broadcast)--------------------------- TIP 1: if posting/reading
through Usenet, please send an appropriate subscribe-nomail
command to majordomo@postgresql.org so that your message can
get through to the mailing list cleanly

Thanks. Very useful.

--
.Bill.