Skip to content

Commit 0e91a81

Browse files
authored
Merge pull request #97223 from joesackmsft/patch-5
Add subcore data storage note
2 parents b968479 + aa23d91 commit 0e91a81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/sql-database/sql-database-dtu-resource-limits-single-databases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The following tables show the resources available for a single database at each
4040
> [!IMPORTANT]
4141
> The Basic service tier provides less than one vCore (CPU). For CPU-intensive workloads, a service tier of S3 or greater is recommended.
4242
>
43+
>Regarding data storage, the Basic service tier is placed on Standard Page Blobs. Standard Page Blobs use hard disk drive (HDD)-based storage media and are best suited for development, testing, and other infrequently accessed workloads that are less sensitive to performance variability.
44+
>
4345
4446
### Standard service tier
4547

@@ -56,6 +58,8 @@ The following tables show the resources available for a single database at each
5658
> [!IMPORTANT]
5759
> The Standard S0, S1 and S2 tiers provide less than one vCore (CPU). For CPU-intensive workloads, a service tier of S3 or greater is recommended.
5860
>
61+
>Regarding data storage, the Standard S0 and S1 service tiers are placed on Standard Page Blobs. Standard Page Blobs use hard disk drive (HDD)-based storage media and are best suited for development, testing, and other infrequently accessed workloads that are less sensitive to performance variability.
62+
>
5963
6064
### Standard service tier (continued)
6165

0 commit comments

Comments
 (0)