alexmc-ms commented on issue #13941:
URL: https://github.com/apache/airflow/issues/13941#issuecomment-774873677


   Pgbouncer is critical for cloud setups using Azure Database for Postgresql. 
For almost a year, my team was using 1.10.9 in a Production environment running 
Azure Sql Server. In order to upgrade to 1.10.14, we needed to move to 
Postgresql as support for Sql Server has degraded to unusable at this point. 
The default connection pooling to Azure Sql Server worked fine. The default 
connection pooling to Azure Database for Postgresql was terrible resulting in a 
16 CPU database using 85% CPU at all times. We added pgbouncer and CPU usage 
immediately dropped to 1%.
   
   Steps for setting this up in Azure are here: 
https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/steps-to-install-and-setup-pgbouncer-connection-pooling-proxy/ba-p/730555.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to