Index server Performance issues
From: Steve Gaunt (sgaunt_at_emeraldinsight.com)
Date: 02/10/05
- Next message: Steve Gaunt: "Re: Index server Performance issues"
- Previous message: Dave: "Index server performance questions"
- Next in thread: Steve Gaunt: "Re: Index server Performance issues"
- Reply: Steve Gaunt: "Re: Index server Performance issues"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 17:40:03 -0000
Hi,
We're using Index Server as a linked server from SQL server. One of the
tasks we ask index server to perform is a count on the number of particular
file types in the catalog. The SQL query we issue for this is:
SELECT FILENAME, RANK FROM
OPENQUERY( Published, 'SELECT TOP 1000 FILENAME, RANK FROM
UATCLDB01.Published..SCOPE(''"G:\Insight_Share\ContentLoad\Output\Published\
EmeraldAbstractOnlyArticle",
"G:\Insight_Share\ContentLoad\Output\Published\EmeraldFullTextArticle"'')
WHERE CONTAINS(''"management"'') AND FILENAME NOT LIKE ''%_ref.html'' '
ORDER BY RANK DESC)
The query takes about 3 seconds. When concurrent requests are made, the CPU
hits 100% after 4 users. The scalability of the query dramatically
decreases to 15 seconds for 10 concurrent queries.
We have made the adjustments to the registry as recommended:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\IsEnumAllow
ed to 0 (zero)
Pagefile.sys :
Min 4096 Max 4096 (physical memory is 4096Mb)
MaxActiveQueryThreads was 9 now 64
The IsapiRequestThresholdFactor does not exist on the server but looks like
it has a part to play ?
Grabbed this off of MSDN:
MaxActiveQueryThreads
The MaxActiveQueryThreads entry is the maximum number of active threads to
process queries made using ISAPI.
Summary
Type: REG_DWORD
Units: Threads
Default: 2
Range: 1 - 1000
Remarks
The product of the value of the MaxActiveQueryThreads entry and the value of
the IsapiRequestThresholdFactor entry establishes the maximum number of
concurrently processed asynchronous queries made using ISAPI.
These changes did not seem to have any effect on performance. Are there any
guidlines as to improve the scalabilty and run the queries concurrently??
Cheers
Steve
- Next message: Steve Gaunt: "Re: Index server Performance issues"
- Previous message: Dave: "Index server performance questions"
- Next in thread: Steve Gaunt: "Re: Index server Performance issues"
- Reply: Steve Gaunt: "Re: Index server Performance issues"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|