Re: Performance tuning in PostgreSQL - Mailing list pgsql-general

From Abhishek Sharma
Subject Re: Performance tuning in PostgreSQL
Date
Msg-id JKEIKAKAPLPIEBFPIFGGIEDACAAA.abhisheks@dpsl.net
Whole thread Raw
In response to Re: Performance tuning in PostgreSQL  (dev@archonet.com)
Responses Re: Performance tuning in PostgreSQL  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
Hi,

Tx for your reply.

Is there any way to determine the size of a process per connection.

What is it dependent on ?

What variables affect the size of a process by a user accessing a table in
the database ?

Postgresql can be configured with a --max-backends options which means the
no. of connections which can be established at any given time to the
server,which also means that there will be an equal no. of process.

In my opinion there should be some computation with regards to the amount of
RAM or shared buffer space and the no. of processes and size of these
processes.

I am using 256 MB Ram on a RHL 8 system. I have made the shared buffer space
190 MB i.e.. 75 % of my system. My database is going to be almost 80 GB.




Advice needed.



Tx,
Best regards,

Abhishek.




-----Original Message-----
From: dev@archonet.com [mailto:dev@archonet.com]
Sent: Tuesday, March 25, 2003 11:54 PM
To: Abhishek Sharma
Cc: Pgsql-General
Subject: Re: [GENERAL] Performance tuning in PostgreSQL


> Can someone tell me the various aspects of Hardware for performance tuning
> in PostgreSQL 7.3 on a RHL 8 server.
>
> How can I determine the required hardware configuration(CPUs,RAM,Shared
> Buffer Space,OS TCP/IP ports) for n number of connections or n number of
> users accessing the database?

The bad news is there's only one way and that's to test. Without knowing
how much data you have, in what tables and how you are querying/updating
it you really can't say much useful.

A few points though.

CPU: PostgreSQL will use multiple CPUs but one query runs on only one CPU.
RAM: more is better, pretty much always
Disk: fast and see the archives for details on placing the WAL on its own
disk.
Tuning: there's a performance mailing list, and some stuff on
techdocs.postgresql.org

Hope that's some use

- Richard Huxton


pgsql-general by date:

Previous
From: dev@archonet.com
Date:
Subject: Re: Performance tuning in PostgreSQL
Next
From: Csaba Nagy
Date:
Subject: Re: transaction blocking inserts in postgresql 7.3