c***@gmail.com
2008-10-15 21:36:46 UTC
Hi,
I have a catalogue consisting of a single network share, comprising
about 225 thousand documents. Whenever I open the "Query the Catalog"
form in the MMC, I'm always able to query by file size and file name,
and get a pretty snappy response back. For example, if I enter:
(#filename "*.doc")
I will get:
"Query matched 555 record(s). Now showing 1 to 25."
and I will see the results almost right away.
Now, if I try to use the web interface I created, if I try the same
query, the search will take about 1 full minute to compute. I get the
same count at least (more than 300, my max records).
From doing a bit of research, I found the reason it's taking so long
to come back with the results is because I have the following flag set
to false:
CiForceUseCi=false
If I turn it to true, then yes, the performance increases, but if I
check the results I do not get the same results:
For the above query, the web query will return the following:
Documents 1 to 20 of 43 matching the query "(#filename="*.doc")".
Why only 43 documents?
How can I get it to do the same thing the MMC Query Catalog Form is
doing?
Any hints will be appreciated. thanks.
I have a catalogue consisting of a single network share, comprising
about 225 thousand documents. Whenever I open the "Query the Catalog"
form in the MMC, I'm always able to query by file size and file name,
and get a pretty snappy response back. For example, if I enter:
(#filename "*.doc")
I will get:
"Query matched 555 record(s). Now showing 1 to 25."
and I will see the results almost right away.
Now, if I try to use the web interface I created, if I try the same
query, the search will take about 1 full minute to compute. I get the
same count at least (more than 300, my max records).
From doing a bit of research, I found the reason it's taking so long
to come back with the results is because I have the following flag set
to false:
CiForceUseCi=false
If I turn it to true, then yes, the performance increases, but if I
check the results I do not get the same results:
For the above query, the web query will return the following:
Documents 1 to 20 of 43 matching the query "(#filename="*.doc")".
Why only 43 documents?
How can I get it to do the same thing the MMC Query Catalog Form is
doing?
Any hints will be appreciated. thanks.