Skip to content

Commit 7a4ceb9

Browse files
authored
Update sql-database-hyperscale-performance-diagnostics.md
Fixed grammar error on line 96: changed "accounting ... are for" to "accounting ... is for".
1 parent 3eb5a27 commit 7a4ceb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-hyperscale-performance-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A ratio of reads done on RBPEX to aggregated reads done on all other data files
9393
### Log Writes
9494

9595
- On the primary compute, a log write is accounted for in file_id 2 of sys.dm_io_virtual_file_stats. A log write on primary compute is a write to the log Landing Zone.
96-
- Log records are not hardened on the secondary replica on a commit. In Hyperscale, log is applied by the Xlog service to the remote replicas. Given log writes do not actually occur on secondary replicas, any accounting of Log IO's on the secondary replicas are for tracking purposes only.
96+
- Log records are not hardened on the secondary replica on a commit. In Hyperscale, log is applied by the Xlog service to the remote replicas. Because log writes don't actually occur on secondary replicas, any accounting of Log IO's on the secondary replicas is for tracking purposes only.
9797

9898
## Additional Resources
9999

0 commit comments

Comments
 (0)