Re: pgpool

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: pgpool
Дата
Msg-id 87lkr6x5ue.fsf@wolfe.cbbrowne.com
обсуждение исходный текст
Ответ на pgpool  (adey <adey11@gmail.com>)
Список pgsql-admin
After a long battle with technology, adey11@gmail.com (adey), an earthling, wrote:
> Please could someone give me an idea of what pgpool is, and where I can research it?
>
> I have run a search on postgresql.org and found many references, but
> they don't explain what it is, and it doesn't appear in the
> documentation index of the v8.1 manuals.

It's not officially part of the database, so no, it's not in the
database documentation.

<http://pgpool.projects.postgresql.org/>

It's a connection pool server implemented in C...  The notion is that
you run your database on (say) port 5432, and then put pgpool in
between, on port 4432.

pgpool opens up some fixed number of connections to the database,
keeping them open, and your application connects to port 4432, as if
it were a direct connection to the database.

pgpool then manages the connections, basically keeping them open
irrespective of how your application handles connections.

This can be a big help to performance if your application is pretty
loose about opening and closing connections whenever it likes.
--
(reverse (concatenate 'string "moc.liamg" "@" "enworbbc"))
http://linuxdatabases.info/info/lsf.html
The real  problem with the  the year 2000  is that there are  too many
zero bits and that adversely affects the global bit density.
-- Boyd Roberts <boyd@france3.fr>

В списке pgsql-admin по дате отправления:

Предыдущее
От: Dilipkumar
Дата:
Сообщение: Re: pg_dump error
Следующее
От: "Moritz Bayer"
Дата:
Сообщение: Need Help with Logfile Entry