
Physical Properties of tempdb
The following table lists the initial configuration values of the tempdb data and log files. The sizes of these files may vary slightly for different editions of SQL Server.
|
File
|
Logical name
|
Physical name
|
File growth
|
|---|
|
Primary data
|
tempdev
|
tempdb.mdf
|
Autogrow by 10 percent until the disk is full
|
|
Log
|
templog
|
templog.ldf
|
Autogrow by 10 percent to a maximum of 2 terabytes
|
The size of tempdb can affect the performance of a system. For example, if the tempdb size is too small, the system processing could be too occupied with autogrowing the database to support your workload requirement every time that you start SQL Server. You can avoid this overhead by increasing the size of tempdb. For more information, see Optimizing tempdb Performance and Capacity Planning for tempdb.