You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/tempdb-configure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The workload in `tempdb` differs from workloads in other user databases; objects
32
32
33
33
## Number of `tempdb` files
34
34
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.
36
36
37
37
By default, Azure SQL Managed Instance creates 12 `tempdb` data files, and 1 `tempdb` log file, but it's possible to modify this configuration.
0 commit comments