|
Home > Archive > IIS Index Server > June 2005 > Index server Search too slow
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Index server Search too slow
|
|
| crom1607@hotmail.com 2005-06-04, 7:47 am |
| Hi all
I have a catalog that contains a lot of files, (almost 300.000) the files are jpg, my searchs works ok, but it is very slow. Can anybody tell me any way to increase the speed for my querys?
I´m using ado to search the files, and i have created an index for filename properties, that is the way i do my querys.
Thanks for all
****************************************
******************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
| |
| Hilary Cotter 2005-06-04, 7:47 am |
| Use ixsso. Querying on properties is always slower than on a phrase,
especially properties like filename where Indexing Services may grep the
file system to find results.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"dcb" <crom1607@hotmail.com> wrote in message
news:OQcp0$NaFHA.3280@TK2MSFTNGP09.phx.gbl...
> Hi all
>
> I have a catalog that contains a lot of files, (almost 300.000) the files
are jpg, my searchs works ok, but it is very slow. Can anybody tell me any
way to increase the speed for my querys?
> I´m using ado to search the files, and i have created an index for
filename properties, that is the way i do my querys.
>
> Thanks for all
>
> ****************************************
******************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
|
|
|
|
|