You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::image type="content" source="./media/concepts-connection-pooling-best-practices/design-patterns.png" alt-text="Diagram for App co-location":::
43
-
44
42
45
43
Each of these patterns has its own advantages & disadvantages.
46
44
@@ -142,7 +140,7 @@ By utilizing **PgBouncer** as a separate service, you can efficiently manage and
142
140
143
141
[**PgBouncer** sidecar proxy image](https://hub.docker.com/_/microsoft-azure-oss-db-tools-pgbouncer-sidecar) published in Microsoft container registry can be used to create and deploy a service.
144
142
145
-
:::image type="content" source="./media/concepts-connection-pooling-best-practices/centralized-aks.png" alt-text="Diagram for PGBouncer as a service within AKS":::
143
+
:::image type="content" source="./media/concepts-connection-pooling-best-practices/centralized-aks.png" alt-text="Diagram for PgBouncer as a service within AKS":::
146
144
147
145
Some of the key benefits & limitations of this deployment method are:
148
146
@@ -164,7 +162,7 @@ While **PgBouncer** running as a standalone service offers benefits such as cent
164
162
165
163
Azure Database for PostgreSQL – Flexible Server offers [PgBouncer](https://github.com/pgbouncer/pgbouncer) as a built-in connection pooling solution. This is offered as an optional service that can be enabled on a per-database server basis. PgBouncer runs in the same virtual machine as the Postgres database server. As the number of connections increases beyond a few hundreds or thousand, Postgres may encounter resource limitations. In such cases, built-in PgBouncer can provide a significant advantage by improving the management of idle and short-lived connections at the database server.
166
164
167
-
Refer link to enable and set up PgBouncer connection pooling in Azure DB for PostgreSQL Flexible server
165
+
Refer link to enable and set up PgBouncer connection pooling in Azure DB for PostgreSQL Flexible server.
168
166
169
167
Some of the key benefits & limitations of this deployment method are:
0 commit comments