Subquestioning “full-text search sql server 2005″
Would the use of FTS (Full Text Search) be faster in comparison with searches using tsql LIKE on indexed column(s)?
Why?
And how much?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes FTS will be faster for searches in the middle of the column, like will only be faster if what you searching is at the start of the column
will be fast
will be slow and the index won’t be used because it has to traverse the whole column