Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039866
en ru br
Репозитории ALT
S:1.16.1-alt1
5.1: 1.3.1-alt1
4.1: 1.1.2-alt1
www.altlinux.org/Changes

Группа :: Базы Данных
Пакет: pgbouncer

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.3.1-alt1
Время сборки: 15 октября 2009, 18:09 ( 754.0 недели назад )
Размер архива: 164.80 Kb

Домашняя страница:   https://developer.skype.com/SkypeGarage/DbProjec…

Лицензия: BSD
О пакете: Lightweight connection pooler for PostgreSQL
Описание:

Several levels of brutality when rotating connections:
Session pooling - Most polite method. When client connects, a server connection will be assigned to it for the whole duration it stays connected. When client disconnects, the server connection will be put back into pool.
Transaction pooling - Server connection is assigned to client only during a transaction. When PgBouncer notices that transaction is over, the server will be put back into pool. This is a hack as it breaks application expectations of backend connection. You can use it only when application cooperates with such usage by not using features that can break. See the table below for breaking features.
Statement pooling - Most aggressive method. This is transaction pooling with a twist - multi-statement transactions are disallowed. This is meant to enforce "autocommit" mode on client, mostly targeted for PL/Proxy.

Текущий майнтейнер: Alexander V Openkin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • pgbouncer
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin