You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
50
50
| 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 |
51
51
| 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
59
59
| 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. |
60
60
| In-memory OLTP | Not supported | Available |
61
61
| Max sessions | 30000 | 30000 |
62
+
| Readable replicas | 0 | 1 |
62
63
63
64
> [!NOTE]
64
65
> - 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 <ahref="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.
65
66
> - 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.
0 commit comments