Re: installation options... Please help... - Mailing list pgsql-novice

From Tom Lane
Subject Re: installation options... Please help...
Date
Msg-id 2626.970638669@sss.pgh.pa.us
Whole thread Raw
In response to RE: installation options... Please help...  ("Steve Ackerman" <sacker3254@yahoo.com>)
List pgsql-novice
"Steve Ackerman" <sacker3254@yahoo.com> writes:
> setting the --maxbackends to 256 also changes the default buffers from 64 to
> 512, right? If not is this only done with the -B switch?

AFAIR, -N (--maxbackends) *only* sets the max # of backends.  You should
also specify an appropriate number of shared buffers (-B).  The
postmaster enforces a minimum -B setting of twice -N, but that's
probably on the low side --- if you're thinking -N of 100 or so,
I'd suggest -B of 500 to 1000, maybe more.

Feel free to experiment and report back on what seems to work well
for your application mix...

            regards, tom lane

pgsql-novice by date:

Previous
From: "Jacob Joseph"
Date:
Subject: ODBC access with Windows 2000
Next
From: "Poul L. Christiansen"
Date:
Subject: Re: ODBC access with Windows 2000