Optimizing Server Performance Using I/O Configuration Options

Optimizing SQL Database Performance

Optimizing Database Performance

Optimizing Server Performance Using I/O Configuration Options

The following server configuration option can be used to configure I/O usage and affect server performance:

  • recovery interval

The recovery interval server configuration option controls when Microsoft® SQL Server™ 2000 issues a checkpoint in each database. By default, SQL Server determines the best time to perform checkpoint operations. However, to determine if this is the appropriate setting, monitor disk write activity on the database files using Windows NT Performance Monitor. Spikes of activity that cause disk utilization to reach 100 percent can affect performance. Changing this parameter to cause the checkpoint process to occur less often can improve overall performance in this situation. However, continue to monitor performance to determine if the new value has had a positive effect on performance. For more information, see recovery interval Option.

See Also

Monitoring Disk Activity