Skip to content

Commit 7fec1ec

Browse files
Merge pull request #32372 from svchandramohan/patch-1
Update tempdb-configure.md
2 parents c0e48f6 + 51460cc commit 7fec1ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/managed-instance/tempdb-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The workload in `tempdb` differs from workloads in other user databases; objects
3232

3333
## Number of `tempdb` files
3434

35-
Increasing the number of `tempdb` data files creates one or more GAM and SGAM pages for each data file, which helps improve `tempdb` concurrency and reduces PFC page contention. However, increasing the number of `tempdb` data files could have other performance implications, so test thoroughly before implementing in production.
35+
Increasing the number of `tempdb` data files creates one or more GAM and SGAM pages for each data file, which helps improve `tempdb` concurrency and reduces PFS page contention. However, increasing the number of `tempdb` data files could have other performance implications, so test thoroughly before implementing in production.
3636

3737
By default, Azure SQL Managed Instance creates 12 `tempdb` data files, and 1 `tempdb` log file, but it's possible to modify this configuration.
3838

0 commit comments

Comments
 (0)