Article ID: 303459 - Last Review: October 17, 2003 - Revision: 4.6 INF: How to Improve the Performance of Full-Text Search Queries for Large Database TablesThis article was previously published under Q303459 IMPORTANT: This article contains information about modifying the registry.
Before you modify the registry, make sure to back it up and make sure that you
understand how to restore the registry if a problem occurs. For information
about how to back up, restore, and edit the registry, click the following
article number to view the article in the Microsoft Knowledge Base: 256986
(http://support.microsoft.com/kb/256986/EN-US/
)
Description of the Microsoft Windows Registry SUMMARY This article provides information about how to improve the
performance of full-text search queries on large database tables in Microsoft
SQL Server. MORE INFORMATIONYou may experience performance issues with full-text search
queries for large database tables that have either:
-or-
This problem occurs frequently if the total size of all the catalog files exceeds 256 megabytes (MB). If you experience performance issues with a full-text index, you must change the MaxPropStoreCachedSize Registry key value in the Windows Registry. The Registry key path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Indexer The REG_DWORD of the MaxPropStoreCachedSize key controls the memory, in megabytes (MB), that a catalog caches. The value of the MaxPropStoreCachedSize key is the maximum memory that each search instance can allocate. The MaxPropStoreCachedSize value must be five percent more than the total size of all the catalog files. The size of the catalog files is the sum of the sizes of the category file extensions (*.ps1 and *.ps2). Adjust the MaxPropStoreCachedSize value accordingly to assure an optimum use of virtual address space. You must be cautious when you adjust the MaxPropStoreCachedSize value because a reduction in the cache size may affect the performance. REFERENCES For additional information, click the following article
number to view the article in the Microsoft Knowledge Base: 298794
(http://support.microsoft.com/kb/298794/EN-US/
)
PRB: Population or Query of a Full Text Catalog May Stop Responding
For more information about how to improve query performance for the full-text search on very large catalogs in Microsoft SQL Server 2005, visit the following Microsoft Web site: http://technet.microsoft.com/en-us/library/cc917695.aspx
(http://technet.microsoft.com/en-us/library/cc917695.aspx)
| Article Translations
|
Back to the top
