Edit

Share via


Server configuration: max full-text crawl range

Applies to: SQL Server

Use the max full-text crawl range option to optimize CPU utilization, which improves crawl performance during a full crawl. Using this option, you can specify the number of partitions that SQL Server should use during a full index crawl. For example, if there are many CPUs and their utilization isn't optimal, you can increase the maximum value of this option. In addition to this option, SQL Server uses several other factors, such as the number of rows in the table and the number of CPUs, to determine the actual number of partitions used.

The default value of this option is 4; the minimum value is 1, and the maximum value is 256. Changes made to this option affect only subsequent crawls. Crawls in process aren't affected by a change in this option setting.

The max full-text crawl range option is an advanced option. If you're using the sp_configure system stored procedure to change the setting, you can change max full-text crawl range only when show advanced options is set to 1. The setting takes effect immediately without a server restart.