Performance best practices for using Azure Database for PostgreSQL

Community Manager

Microsoft announced the public preview of Azure Database services for PostgreSQL and MySQL at Build 2017 which is a simple, fully managed database service for PostgreSQL and MySQL that removes the complexities around infrastructure management, data availability, protection, and scale. The service has seen tremendous growth and we have had customers reaching out to us regarding best practices for achieving optimal query performance on the service. This post outlines an approach for troubleshooting performance while using Azure Database for PostgreSQL as the backend database.

Based on the usage patterns, we see two common deployment patterns:

  • An application server exposing a web endpoint on an application server, which connects to the database.
  • A client-server architecture where the client directly connects to the database.

f3d30f5c-483f-4390-b9f3-985ee1af3ab1.png

 

Read about it in the Azure blog.

0 Replies