At a Glance
Azure SQL Offerings
Azure SQL delivers managed SQL Server–based engines with varying levels of control and compatibility:Deployment and Scaling
Azure SQL Database Hyperscale supports up to 100 TB of storage and rapid auto-scaling—ideal for unpredictable workloads.
Azure Database for Open Source Relational Engines
Azure’s managed services for MySQL, MariaDB, and PostgreSQL deliver community-driven engines with enterprise features:
Quickstart: Deploy PostgreSQL Flexible Server
Azure Cosmos DB
Azure Cosmos DB is a fully managed, globally distributed NoSQL database service with multi-model support and five well-defined consistency levels:- Core (SQL) API for schemaless JSON.
- MongoDB API for wire-protocol compatibility.
- Gremlin API for graph data models.
- Cassandra API for wide-column workloads.
- Table API for key–value storage.
Selecting a consistency level has cost and performance implications. Review Consistency levels in Azure Cosmos DB before production deployments.
Global Distribution & Throughput
Links and References
- Azure SQL Database Documentation
- Azure Database for MySQL
- Azure Database for PostgreSQL
- Azure Cosmos DB Overview