XSL Caching (SQLXML 4.0)

Caching XSL style sheets improves performance. Upon its first execution, an XSL style sheet remains in memory if XSL caching is set to ON; this improves performance for subsequent processing. The default setting is ON.

You can set the XSL cache size by adding the following key in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SQLXML4\XSLCacheSize
ms171790.Caution(ko-kr,SQL.90).gif주의:
레지스트리를 올바르게 편집하지 않으면 시스템을 심각하게 손상시킬 수 있습니다. 따라서 레지스트리를 변경하기 전에 컴퓨터의 중요한 데이터는 백업해 두는 것이 좋습니다.

The XSL cache size should be set on the basis of the available memory and the number of XSL style sheets you are using. The default of XSLCacheSize size is 31. You can increase the cache size if XSL access seems slow, or decrease the cache size if memory is low.

For better performance, it is recommended that you set XSLCacheSize higher than the number of XSL style sheets you usually use. If XSLCacheSize is less than the number of XSL style sheets you have, the performance degrades as the number of XSL style sheets increases. The XSLCacheSize can be set to a maximum of 128.

Every time the cached XSL style sheet is used, the modification time of the XSL file is checked to determine whether it needs to be refreshed. This is because the disk copy is newer than the cache copy.

참고 항목

참조

Template Caching (SQLXML 4.0)
Schema Caching (SQLXML 4.0)

도움말 및 정보

SQL Server 2005 지원 받기