From: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> |
---|---|
To: | KoPra Workshop <kopraworkshop(at)telkom(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: postmaster confiugration and hardware configuration |
Date: | 2001-03-05 09:26:40 |
Message-ID: | Pine.LNX.4.21.0103052021440.10021-100000@linuxworld.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-interfaces pgsql-jdbc |
Eko,
On Sat, 6 Feb 1999, KoPra Workshop wrote:
> Any suggestion to increase performance of my postgresql....at least great
> configuration for postmaster and hardware...?
> Pleasse.... :-)
It is hard to tell with the information you are giving, but perhaps you
are hitting the default limit for the number of simultaneous backends
(32). You can increase this by passing -N <number> to postmaster at
startup from the command line (naturally, this should be greater than 32,
perhaps 64). Increasing the number of backends necessitates the increasing
of the number of buffers.
More info in the postgres documentation.
>
> Regards,
> Eko Pranoto
> Database Administrator of Health Care Information System Project
> Rumah Sakit Pertamina Jaya
> Indonesia
Gavin Sherry
Alcove Systems Engineering.
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Kraemer | 2001-03-05 10:38:23 | Re: How to automatically start postmastrer with TCP/IP support (-i option) ??? |
Previous Message | Zuev Dmitry | 2001-03-05 09:01:42 | Why SELECT OWNER.TABLENAME.COLUMNNAME not working ? |
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Schild | 2001-03-05 10:07:02 | object id |
Previous Message | Matthias Teege | 2001-03-05 09:26:23 | Re: pg_connect dumps core |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 2001-03-05 09:55:05 | pgsql/ /aclocal.m4 /build.xml /configure /conf ... |
Previous Message | Barry Lind | 2001-03-05 00:01:53 | Re: JDBC timestamps with timezones |