An Azure managed PostgreSQL database service for app development and deployment.
Hi @@Rishabh we have bunch of documentation regrading pgBouncer,
Consult Azure Documentation: Our Azure documentation provides comprehensive guidance on utilizing PgBouncer with Azure PostgreSQL Flexible Server. Please refer to this link for detailed information: Azure PostgreSQL Flexible Server and PgBouncer.
Admin Console for Connection Monitoring: Utilize the admin console to observe active connections. This tool can be vital in understanding your current usage and pinpointing issues. Details on how to use the admin console can be found here: Admin Console for PgBouncer.
Review Pool Mode: It's crucial to ensure that the pool mode configured in PgBouncer aligns with your application's needs. If PgAdmin is your primary client, the transaction pool mode might be more suitable, especially if your clients typically maintain open sessions without disconnecting. More information about pool modes can be found in our documentation.
PgBouncer Metrics: Monitoring PgBouncer metrics can provide insights into the performance and issues of your connection pool. You can access these metrics here: PgBouncer Metrics.
Azure Blog Posts for Additional Insights: For more insights and best practices, take a look at our blog post on Query Performance Insight: Query Performance Insight Blog Post.
I hope these resources prove helpful in resolving your connectivity issues.
Regards
Geetha