Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.39 KB

File metadata and controls

41 lines (35 loc) · 2.39 KB
title max full-text crawl range Server Configuration Option | Microsoft Docs
ms.custom
ms.date 03/02/2017
ms.prod sql-non-specified
ms.prod_service database-engine
ms.service
ms.component configure-windows
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
dev_langs
TSQL
helpviewer_keywords
crawls [full-text search]
max full-text crawl range option
ms.assetid a49de86b-0891-4dcd-89c0-ead30aab00e0
caps.latest.revision 24
author MikeRayMSFT
ms.author mikeray
manager craigg
ms.workload Inactive

max full-text crawl range Server Configuration Option

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]

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 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] should use during a full index crawl. For example, if there are many CPUs and their utilization is not optimal, you can increase the maximum value of this option. In addition to this option, [!INCLUDEssNoVersion] uses a number of 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 will not be affected by a change in this option setting.

The max full-text crawl range option is an advanced option. If you are 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.

See Also

RECONFIGURE (Transact-SQL)
Server Configuration Options (SQL Server)
sp_configure (Transact-SQL)