简体   繁体   English

Azure SQL 弹性池中的数据库是否使用池的存储?

[英]Do Azure SQL Databases in a Elastic Pool use the pool's storage?

Saw the below specs about Azure SQL Database in Elastic Pool, could someone please explain why a pool with 500 GB storage limitation could hold 100 databases and each database could go up to 1 TB storage if the databases need to use pool's storage to hold them? Saw the below specs about Azure SQL Database in Elastic Pool, could someone please explain why a pool with 500 GB storage limitation could hold 100 databases and each database could go up to 1 TB storage if the databases need to use pool's storage to hold them?

Or the databases actually not take up the pool storage?还是数据库实际上不占用池存储? If that's the case, what the pool's storage is used for?如果是这种情况,那么池的存储是用来做什么的?

在此处输入图像描述

The limit of 1 TB per database is independent of the limit of storage per pool.每个数据库 1 TB 的限制与每个池的存储限制无关。 1 TB per database is the limit for all the available service tiers (50, 100, 200) on Standard Edition.每个数据库 1 TB 是标准版上所有可用服务层(50、100、200)的限制。 I have set the maximum size on an elastic pool to 2 TB in the past, in that case a database reaching 1 TB is possible but with the service tiers you shared with us that is not possible.过去我已将弹性池的最大大小设置为 2 TB,在这种情况下,数据库达到 1 TB 是可能的,但对于您与我们共享的服务层,这是不可能的。

The sum of size of all databases must be below de maximum storage per pool.所有数据库的大小总和必须低于每个池的最大存储量。 Databases use that storage.数据库使用该存储。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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