From: | Christophe Pettus <xof(at)thebuild(dot)com> |
---|---|
To: | Ravi Varma Addala <advarma(at)microsoft(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PGBouncer - Load balancing options |
Date: | 2024-10-11 14:35:06 |
Message-ID: | BEEBA495-B15B-4509-9FC4-B65003BA826A@thebuild.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
> On Oct 10, 2024, at 03:02, Ravi Varma Addala <advarma(at)microsoft(dot)com> wrote:
>
> Hello Team,I wanted to reach out to provide some insight into a request from my customer regarding their multiple PostgreSQL Flex instances with PGbouncer. Currently, they are utilizing an Azure Load Balancer which distributes connections using the Round-robin mechanism. However, they are now seeking a solution that allows for load balancing based on the number of connections, meaning the Load Balancer should route requests to the instance with the least number of connections.Unfortunately, Azure Standard Load Balancer does not support this capability. However, Application Gateway does offer this functionality - Microsoft.Network/applicationGateways - Bicep, ARM template & Terraform AzAPI reference | Microsoft Learn
> ASK:
>
> • Has anyone implemented this kind of approach and is it possible?
> • Can we do health probe with PostgreSQL to get no of connections metric?
Even though you mention pgbouncer in the subject:, your questions tare about proprietary products that your employer provides and supports. It's probably best to ask internally about their functionality; the community almost certainly does not have any better insight into them.
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2024-10-11 15:59:28 | Re: Foreign Data Wrapper behavior? |
Previous Message | Tom Lane | 2024-10-11 14:19:13 | Re: Questions about document "Concurrenry control" section |