Re: [GENERAL] pgpool

2005-01-17 Thread John Cunningham
So - would it then be worth doing pgpool? On Sat, 15 Jan 2005 11:12:04 +0900 (JST), Tatsuo Ishii <[EMAIL PROTECTED]> wrote: > > John Cunningham wrote: > > > concerned that if I drop the number of connections to less than the > > > number of databases I have, that

[GENERAL] pgpool

2005-01-13 Thread John Cunningham
I was considering putting pgpool in to place and was hoping to hear some feedback from those who use it. I am mostly concerned about the configuration I have. In my setup, any one database server contains between 100 and 300 databases on it, each of which may be accessed at any time by one of sev

Re: [GENERAL] pgpool

2005-01-13 Thread John Cunningham
Eisentraut <[EMAIL PROTECTED]> wrote: > John Cunningham wrote: > > concerned that if I drop the number of connections to less than the > > number of databases I have, that pgpool would open the limit of > > connections, hold them open and not allow any connections to

Re: [GENERAL] postgresql.conf

2004-12-22 Thread John Cunningham
the best discussions I've been on - glad everyone can be so helpful. Thanks! -John On Wed, 22 Dec 2004 12:08:10 -0600, Scott Marlowe <[EMAIL PROTECTED]> wrote: > On Wed, 2004-12-22 at 11:30, John Cunningham wrote: > > OK Guys - here's the config file as I've writ

Re: [GENERAL] postgresql.conf

2004-12-22 Thread John Cunningham
OK Guys - here's the config file as I've writtten it. I'll paste in the whole thing before, but this is the important stuff: max_connections = 256 shared_buffers = 32768 # (256 MB) sort_mem = 1024 # min 64, size in KB fsync = No wal_sync_method = fsync # the default varies across platforms: eff

Re: [GENERAL] postgresql.conf

2004-12-22 Thread John Cunningham
: SHA1 > > > On Dec 22, 2004, at 10:15 AM, John Cunningham wrote: > > > like to configure it to get the most out of the server possible as far > > as shared memory, sort memore, etc. I haven't found a lot of > > documentation on

[GENERAL] postgresql.conf

2004-12-22 Thread John Cunningham
Hey Guys, I am setting up a new dedicated Postgres server, and will serve about 60 databases to a web site serving 250,000 people at the rate of about 20,000 a day. That may all be irrellevent though for the purposes of this conversation. The main thing about the application is that we're talkin