Re: Built-in connection pooler - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: Built-in connection pooler
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Built-in connection pooler  (Ryan Lambert <[email protected]>)
List pgsql-hackers


On 26.07.2019 19:20, Ryan Lambert wrote:

> PgPRO EE version of connection pooler has "idle_pool_worker_timeout" 
> parameter which allows to terminate idle workers.

+1


I have implemented idle_pool_worker_timeout.
Also I added _idle_clients and n_idle_backends fields to proxy statistic returned by pg_pooler_state() function.


-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 
Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Problem with default partition pruning
Next
From: Evgeny Efimkin
Date:
Subject: Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activityview?