Re: performance issues - Mailing list pgsql-admin

From DHSC Webmaster
Subject Re: performance issues
Date
Msg-id 3B28CF08.A038D9FE@dhs-club.com
Whole thread Raw
In response to performance issues  (DHSC Webmaster <webmaster@dhs-club.com>)
Responses Re: performance issues  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Thank you Tom. That has seemed to help substantially.
I received another sugestion to increase -B 30000 which would give 240
meg. to postgres. I plan to give that a try. I've already reset the
SHMMAX val in sysctl to accomodate that size. Do you see any reason not
to try this? My thought is if some is good, more must be better. :)
Also I noticed in this artice:
http://www.ca.postgresql.org/docs/faq-english.html#3.7
mention of another memory parameter (-S), however the elephant book
refers to -S as silent mode.
Could you clarify this?

Tom Lane wrote:
>
> DHSC Webmaster <webmaster@dhs-club.com> writes:
> > We are running 7.0.3 on a RH 7.0 box w/twin 733 pentium CPUs, 512 meg.
> > ram and a 3 drive raid 5 scsi array. The machine is dedicated. Our main
> > table is about 700,000 rows with an associated table of about 15,000
> > rows.
> > -N 128 -B 256
>
> That's not nearly enough buffers for an installation that size.  Try -B
> of a few thousand.
>
>                         regards, tom lane

--
Bill MacArthur
Webmaster
DHS Club

pgsql-admin by date:

Previous
From: Sébastien HEITZMANN
Date:
Subject: Re: Transactions and Locks writing in PLPGSQL
Next
From: "pgsql-admin"
Date:
Subject: 7.0.3 -> 7.1.2; pg_setlocale error