Re: Performance Bottleneck
От
Martin Foster
Тема
Re: Performance Bottleneck
Дата
Msg-id
41164B76.1030603@ethereal-realms.org
Ответ на
Re: Performance Bottleneck (Jeff)
Список
Дерево обсуждения
Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Gaetano Mendola <mendola@bigfoot.com>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Michael Adler <adler@pobox.com>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>
Re: Performance Bottleneck "Steinar H. Gunderson" <sgunderson@bigfoot.com>
Re: Performance Bottleneck Gaetano Mendola <mendola@bigfoot.com>
Re: Performance Bottleneck Mike Benoit <ipso@snappymail.ca>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Mike Benoit <ipso@snappymail.ca>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance Bottleneck Gaetano Mendola <mendola@bigfoot.com>
Re: Performance Bottleneck Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Gaetano Mendola <mendola@bigfoot.com>
Re: Performance Bottleneck "Scott Marlowe" <smarlowe@qwest.net>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck "Scott Marlowe" <smarlowe@qwest.net>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Gaetano Mendola <mendola@bigfoot.com>
Re: Performance Bottleneck Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>
Re: Performance Bottleneck "Joshua D. Drake" <jd@commandprompt.com>
Re: Performance Bottleneck Jan Wieck <JanWieck@Yahoo.com>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Jeff <threshar@torgo.978.org>
Re: Performance Bottleneck Jan Wieck <JanWieck@Yahoo.com>
Re: Performance Bottleneck "Matt Clark" <matt@ymogen.net>
Re: Performance Bottleneck Arjen van der Meijden <acmmailing@vulcanus.its.tudelft.nl>
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Tatsuo Ishii <t-ishii@sra.co.jp>
Re: Performance Bottleneck Alex Hayward <xelah-pgsql@xelah.com>
Re: Performance Bottleneck matt@ymogen.net
Re: Performance Bottleneck Martin Foster <martin@ethereal-realms.org>
Re: Performance Bottleneck Tatsuo Ishii <t-ishii@sra.co.jp>
Re: Performance Bottleneck Dennis Bjorklund <db@zigo.dhs.org>
Jeff wrote: > > On Aug 8, 2004, at 1:29 AM, Martin Foster wrote: > >> I am currently making use of Apache::DBI which overrides the >> DBI::disconnect call and keeps a pool of active connections for use >> when need be. Since it offloads the pooling to the webserver, it >> seems more advantageous then pgpool which while being able to run on a >> external system is not adding another layer of complexity. >> > > Apache::DBI is not the same sort of a pool as pgpool. DB connections > are not shared among all your apache children (A common misconception). > So if you have 300 apache kids you can have have 300 db connections. > With pgpool connections are shared among all of them so even though you > have 300 kids you only have say 32 db connections. > Seems that you are right, never noticed that from the documentation before. I always assumed it had something to do with the long lasting/persistent scripts that would remain in transactions for extended periods of time. Here is an odd question. While the server run 7.4.x, the client connects with 7.3.x. Would this in itself make a difference in performance as the protocols are different? At least based from pgpool's documentation. Martin Foster Creator/Designer Ethereal Realms martin@ethereal-realms.org
В списке pgsql-performance по дате отправления