주 콘텐츠로 건너뛰기

게시자: Parikshit Savjani

Performance best practices for using Azure Database for PostgreSQL – Connection Pooling

2019년 2월 7일 목요일

This blog is a continuation of a series of blog posts to share best practices for improving performance and scale when using Azure Database for PostgreSQL service. In this post, we will focus on the benefits of using connection pooling and share our recommendations to improve connection resiliency, performance, and scalability of applications running on Azure Database for PostgreSQL.

Senior Program Manager, Azure OSS Database service

Deploying Apache Airflow in Azure to build and run data pipelines

2018년 12월 10일 월요일

Apache Airflow is an open source platform used to author, schedule, and monitor workflows. Airflow overcomes some of the limitations of the cron utility by providing an extensible framework that includes operators, programmable interface to author jobs, scalable distributed architecture, and rich tracking and monitoring capabilities.

Senior Program Manager, Azure OSS Database service

Automate your Azure Database for MySQL deployments using ARM templates

2018년 11월 1일 목요일

The Azure Database for MySQL REST API enables DevOps engineers to automate and integrate provisioning, while configuring and operating managed MySQL servers and databases in Azure. The API allows the creation, enumeration, management, and deletion of MySQL servers and databases on the Azure Database for MySQL service.

Senior Program Manager, Azure OSS Database service