Skip to content

Commit 38511e3

Browse files
authored
Merge pull request #104674 from vitomaz-msft/patch-1
Add > and <= to File IO characteristics in General Purpose tier
2 parents a3db149 + 9c12193 commit 38511e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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: 11/27/2019
13+
ms.date: 02/18/2020
1414
---
1515
# Overview Azure SQL Database managed instance resource limits
1616

@@ -90,7 +90,7 @@ Managed instance has two service tiers: [General Purpose](sql-database-service-t
9090

9191
In General Purpose service tier every database file is getting dedicated IOPS and throughput that depends on the file size. Bigger files are getting more IOPS and throughput. IO characteristics of the database files are shown in the following table:
9292

93-
| File size | 0 - 128 GiB | 128 - 256 GiB | 256 - 512 GiB | 0.5 - 1 TiB | 1 - 2 TiB | 2 - 4 TiB | 4 - 8 TiB |
93+
| File size | >=0 and <=128 GiB | >128 and <=256 GiB | >256 and <= 512 GiB | >0.5 and <=1 TiB | >1 and <=2 TiB | >2 and <=4 TiB | >4 and <=8 TiB |
9494
|---------------------|-------|-------|-------|-------|-------|-------|-------|
9595
| IOPS per file | 500 | 1100 | 2300 | 5000 | 7500 | 7500 | 12,500 |
9696
| Throughput per file | 100 MiB/s | 125 MiB/s | 150 MiB/s | 200 MiB/s | 250 MiB/s | 250 MiB/s | 480 MiB/s |

0 commit comments

Comments
 (0)