简体   繁体   中英

Azure Elastic Pool with Azure SQL Databases and MySQL databases

Fast question:

Is it possible to have an Elastic Pool in Azure with Azure SQL Databases and MySQL databases?

Or in alternative an Elastic Pool made of Managed Instance and MySQL databases?

Thank you @ Francesco Mantovani . For now Lets post the answer that we have for now. Once you have your article ready, you can still post it as additional answer here.

=== Cut from https://dba.stackexchange.com/questions/279553/azure-elastic-pool-is-it-supported-for-mysql

Azure DB for MySQL is similar as Azure SQL DB Elastic pool or Azure SQL DB managed instance.

With Azure DB for MySQL server, we can create one or multiple DBs. We can >

  1. Create a single DB per server to use all the resources or
  2. Create multiple databases to share the resources. The pricing is structured per-server, based on the configuration of pricing tier, vCores, and storage (GB).

Reference : https://docs.microsoft.com/en-us/azure/mysql/concepts-servers

Similarly in Azure SQL DB Elastic Pool

Azure SQL DB elastic pools are cost-effective solution for managing and scaling multiple databases that have varying and unpredictable usage demands. The DBs in an elastic pool are on a single server and share a set number of resources at a set price. Elastic pools in Azure SQL DB enable SaaS developers to optimize the price performance for a group of databases within a prescribed budget while delivering performance elasticity for each database.

Reference : https://docs.microsoft.com/en-us/azure/azure-sql/database/elastic-pool-overview

Only Azure SQL DB has the feature to have multiple databases with separate physical resources in the same logical server. In Azure DBs for MySQL, If you wish to have two DBs with their own dedicated resources, you need to have two separate Azure DBs for MySQL Servers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM