Skip to content

Commit 8fec385

Browse files
authored
Merge pull request #86651 from jovanpop-msft/patch-106
Added readable replicas in MI
2 parents cc2e848 + 8857e23 commit 8fec385

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: bonova
1111
ms.author: bonova
1212
ms.reviewer: carlrab, jovanpop, sachinp, sstein
13-
ms.date: 06/26/2019
13+
ms.date: 08/27/2019
1414
---
1515
# Overview Azure SQL Database managed instance resource limits
1616

@@ -45,7 +45,7 @@ Managed instance has two service tiers: General Purpose and Business Critical. T
4545

4646
| **Feature** | **General Purpose** | **Business Critical** |
4747
| --- | --- | --- |
48-
| Number of vCores\* | Gen4: 8, 16, 24<br/>Gen5: 4, 8, 16, 24, 32, 40, 64, 80 | Gen4: 8, 16, 24, 32 <br/> Gen5: 4, 8, 16, 24, 32, 40, 64, 80 |
48+
| Number of vCores\* | Gen4: 8, 16, 24<br/>Gen5: 4, 8, 16, 24, 32, 40, 64, 80 | Gen4: 8, 16, 24 <br/> Gen5: 4, 8, 16, 24, 32, 40, 64, 80 |
4949
| Max memory | Gen4: 56 GB - 168 GB (7GB/vCore)<br/>Gen5: 40.8 GB - 408 GB (5.1GB/vCore)<br/>Add more vCores to get more memory. | Gen4: 56 GB - 168 GB (7GB/vCore)<br/>Gen5: 40.8 GB - 408 GB (5.1GB/vCore)<br/>Add more vCores to get more memory. |
5050
| Max instance reserved storage size | - 2 TB for 4 vCores (Gen5 only)<br/>- 8 TB for other sizes | Gen4: 1 TB <br/> Gen5: <br/>- 1 TB for 4, 8, 16 vCores<br/>- 2 TB for 24 vCores<br/>- 4 TB for 32, 40, 64, 80 vCores |
5151
| Max database size | Determined by the max storage size per instance | Determined by the max storage size per instance |
@@ -59,10 +59,12 @@ Managed instance has two service tiers: General Purpose and Business Critical. T
5959
| Max tempDB size | 192 - 1,920 GB (24 GB per vCore)<br/>Add more vCores to get more TempDB space. | Limited by the max instance storage size. TempDB log file size is currently limited to 24GB/vCore. |
6060
| In-memory OLTP | Not supported | Available |
6161
| Max sessions | 30000 | 30000 |
62+
| Readable replicas | 0 | 1 |
6263

6364
> [!NOTE]
6465
> - 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.
6566
> - Throughput and IOPS also depend on the page size that is not explicitly limited by managed instance.
67+
> You can create another readable replica in different Azure region using Auto-failover groups.
6668
6769
## Supported regions
6870

0 commit comments

Comments
 (0)