Skip to content

Commit 5f47fb5

Browse files
(Azure CXP Team) resolves MicrosoftDocs/azure-docs/issues#87177
1 parent c458563 commit 5f47fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Review the following checklist for a brief overview of the storage best practice
4343
- Stripe multiple Azure data disks using [Storage Spaces](/windows-server/storage/storage-spaces/overview) to increase I/O bandwidth up to the target virtual machine's IOPS and throughput limits.
4444
- Set [host caching](../../../virtual-machines/disks-performance.md#virtual-machine-uncached-vs-cached-limits) to read-only for data file disks.
4545
- Set [host caching](../../../virtual-machines/disks-performance.md#virtual-machine-uncached-vs-cached-limits) to none for log file disks.
46-
- Do not enable read/write caching on disks that contain SQL Server files.
46+
- Do not enable read/write caching on disks that contain SQL Server data or log files.
4747
- Always stop the SQL Server service before changing the cache settings of your disk.
4848
- For development and test workloads, and long-term backup archival consider using standard storage. It is not recommended to use Standard HDD/SDD for production workloads.
4949
- [Credit-based Disk Bursting](../../../virtual-machines/disk-bursting.md#credit-based-bursting) (P1-P20) should only be considered for smaller dev/test workloads and departmental systems.

0 commit comments

Comments
 (0)