Configuration.FullTextCrawlRangeMax Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft SQL Server 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, SQL Server 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.
public Microsoft.SqlServer.Management.Smo.ConfigProperty FullTextCrawlRangeMax { get; }
member this.FullTextCrawlRangeMax : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property FullTextCrawlRangeMax As ConfigProperty