Types of Databases in azure

Rodrigo Ramos Hernandez 1 Reputation point
2022-03-15T22:40:31.487+00:00

I need a comparison matrix of all the essential attributes, which can be differentiating to choose a database, MariaDB, Postgres, MySQL and SQL Server, since in the documentation each one is different and there is no resource that evaluates in different areas azure databases

Azure SQL Database
Azure Database for MariaDB
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
714 questions
Azure Database for PostgreSQL
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Alberto Morillo 32,891 Reputation points MVP
    2022-03-16T01:01:32.62+00:00

    I can share with you some comparison matrixes to help you find what you need but I don't know if that one comparison matrix that compares them all even exist. Even Azure SQL Database alone has 18 different deployment options, but I hope the following resources help.

    Allow me to recommend you this book Azure for Architects, for the following reasons:

    • It suggests you database options to choose bases on architecture.
    • For example based on high availability (CosmosDB, SQL Replication, Table Storage)
    • Best database for DevOps (PaaS or IaaS) (Chapter 11)
    • Chapter 11 all OLTP database options
    • Chapter 12 tools for ETL
    • Chapter 13. Azure options for Big Data
    • Chapters 14-15 options for IoT.

    See how they mix Azure products to provide solutions for different scenarios.

    Finally, allow me to recommend you this free ebook for Serverless and Microservices. Azure Serverless Computing Cookbook, Third Edition. This will help you decide between Azure CosmosDB (no SQL) and Azure SQL.

    1 person found this answer helpful.

  2. Oury Ba-MSFT 16,471 Reputation points Microsoft Employee
    2022-03-17T15:48:00.013+00:00

    @Rodrigo Ramos Hernandez Thank you for posting your question on Microsoft Q&A and for using Azure services.

    My understanding is that you want a comparison matrix of all the essential attributes, which can be differentiating to choose a database, MariaDB, Postgres, MySQL and SQL Server. Please correct me if this is wrong.

    Above Links shared by @Alberto Morillo are very helpful. In addition to that, I would also recommend applying for the AMMP program, which will help get them free guidance and analysis. Azure.com/ammp.

    Please feel free to reach out if you need additional information.
    Regards,
    Oury

    0 comments No comments

  3. Rodrigo Ramos Hernandez 1 Reputation point
    2022-03-17T17:20:46.34+00:00

    That's right, it's exactly the resource I need, which gives me basic parameters to be able to make a decision based on technical characteristics, support and costs.