Skip to content

Commit bb0d7da

Browse files
Update sql-database-managed-instance-resource-limits.md
1 parent 9d8037c commit bb0d7da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/sql-database/sql-database-managed-instance-resource-limits.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Managed instance has two service tiers: General Purpose and Business Critical. T
5252
| Max number of databases per instance | 100 | 100 |
5353
| Max number of database files per instance | Up to 280 | 32,767 files per database |
5454
| Max file size | 8 TB | 4 TB |
55+
| Max log file size | 2 TB | 2 TB |
5556
| Data/Log IOPS (approximate) | 500 - 7,500 per file<br/>\*[Increase file size to get more IOPS](https://docs.microsoft.com/azure/virtual-machines/windows/premium-storage-performance#premium-storage-disk-sizes)| 5.5 K - 110 K (1375/vCore)<br/>Add more vCores to get better IO performance. |
5657
| Log write throughput limit | 3 MB/s per vCore<br/>Max 22 MB/s per instance | 4 MB/s per vCore<br/>Max 48 MB/s per instance|
5758
| Data throughput (approximate) | 100 - 250 MB/s per file<br/>\*[Increase the file size to get better IO performance](https://docs.microsoft.com/azure/virtual-machines/windows/premium-storage-performance#premium-storage-disk-sizes) | N/A |
@@ -60,8 +61,6 @@ Managed instance has two service tiers: General Purpose and Business Critical. T
6061
| In-memory OLTP | Not supported | Available |
6162
| Max sessions | 30000 | 30000 |
6263
| [Read-only replicas](sql-database-read-scale-out.md) | 0 | 1 (included in price) |
63-
| Pricing/billing | [vCore and reserved storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged.<br/>Backup storage is not yet charged. | [vCore and reserved storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged.<br/>Backup storage is not yet charged. |
64-
| Discount models | [Reserved instances](sql-database-reserved-capacity.md)<br/>[Azure Hybrid Benefit](sql-database-service-tiers-vcore.md#azure-hybrid-benefit) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions| [Reserved instances](sql-database-reserved-capacity.md)<br/>[Azure Hybrid Benefit](sql-database-service-tiers-vcore.md#azure-hybrid-benefit) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions|
6564

6665
> [!NOTE]
6766
> - Both data and log file size in the user and system databases are included in the instance storage size that is compared with the Max storage size limit. Use <a href="https://docs.microsoft.com/sql/relational-databases/system-catalog-views/sys-master-files-transact-sql">sys.master_files</a> system view to determine the total used space by databases. Error logs are not persisted and not included in the size. Backups are not included in storage size.

0 commit comments

Comments
 (0)