Chapter 43. How to optimize tempdb performance

Brad M. McGehee

Although most DBAs know about the tempdb database, many seem to think of it as a black box that takes care of itself with no involvement required from the DBA. Although this may be true on smaller, less active SQL Server instances, tempdb can significantly affect SQL Server’s performance. DBAs can act to ensure that tempdb performance is optimized and to optimize the overall performance of SQL Server.

What is tempdb used for?

The tempdb database is one of SQL Server’s included system databases and is used as a shared temporary workspace for many different kinds of activities, such as the following:

  • Storing user objects, such as temporary local and global tables and indexes, ...

Get SQL Server MVP Deep Dives now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.