Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search articles - A rose is a rose is a rose
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
Full text indexing
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01377069
Message ID:
01377088
Views:
14
>Thanks Sergey,
>
>I was afraid of that. We have >4million titles on file and "[title] like'%'+ rtrin(@searchstring)+'%''" can be pretty slow for a web store application. Maybe if I get a little "inventive" with indexing parts of the title string we can kick it up a little.
>
>Glenn
>
Can you first search for the beginning of it, e.g. Title like rtrim(@SearchString) + '%' and then try UNION with the rest? I remember reading somewhere that it may yield better performance.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform