Skip to content

Commit 27e759e

Browse files
authored
Merge pull request #8679 from ramakoni1/docs-editor/performance-degradation-misali-1744241224
AB#5403: Update performance-degradation-misaligned-io-sector-error.md
2 parents f75734a + 44238d9 commit 27e759e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

support/sql/database-engine/performance/performance-degradation-misaligned-io-sector-error.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Performance Degradation from Misaligned I/O Sector Size Error
33
description: This article describes how to resolve misaligned I/O operations due to sector size mismatches in SQL Server.
44
ms.author: dpless
55
author: dplessMSFT
6-
ms.reviewer: mathoma, v-sidong
7-
ms.date: 03/21/2025
6+
ms.reviewer: mathoma, dpless, v-sidong
7+
ms.date: 04/15/2025
88
ms.custom: sap:SQL resource usage and configuration (CPU, Memory, Storage)
99
---
1010
# Performance degradation caused by misaligned I/O sector size errors in SQL Server
@@ -59,7 +59,7 @@ If you're experiencing performance degradation due to misaligned I/O operations
5959

6060
To enable Trace Flag 1800 as a startup parameter, follow these steps:
6161

62-
1. On the system where SQL Server is installed, open [SQL Server Configuration Manager](/sql/relational-databases/sql-server-configuration-manager).
62+
1. On the system where SQL Server is installed and there's a physical sector size mismatch, open [SQL Server Configuration Manager](/sql/relational-databases/sql-server-configuration-manager).
6363
1. Expand **SQL Server Configuration Manager (Local**) and select **SQL Server Services**.
6464
1. Right-click the SQL Server instance you want to configure and select **Properties**:
6565

@@ -75,6 +75,9 @@ To enable Trace Flag 1800 as a startup parameter, follow these steps:
7575

7676
1. Restart the SQL Server service to enable the trace flag when your instance starts.
7777

78+
> [!NOTE]
79+
> Trace Flag 1800 can also be enabled on systems with a 4-KB sector size without any adverse performance impact.
80+
7881
## References
7982

8083
[KB3009974 - FIX: Slow synchronization when disks have different sector sizes](https://support.microsoft.com/topic/kb3009974-fix-slow-synchronization-when-disks-have-different-sector-sizes-for-primary-and-secondary-replica-log-files-in-sql-server-ag-and-logshipping-environments-ed181bf3-ce80-b6d0-f268-34135711043c)

0 commit comments

Comments
 (0)