Re: Pre-forking backend
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bradley McLean <brad@bradm.net>
Cc: Gavin Sherry <swm@linuxworld.com.au>, pgsql-hackers@postgresql.org
Date: 2001-09-30T17:35:06Z
Lists: pgsql-hackers
Bradley McLean <brad@bradm.net> writes: > Is it useful if it only works for one database within a server? Once we have schemas (7.3, I hope), I think a lot of installations will have only one production database. However, if we were going to do this what we'd probably do is allow the DBA to configure the postmaster to start N pre-forked backends per database, where N can depend on the database. There's no reason to limit it to just one database. regards, tom lane