Full Text serch is very slow

  • I am having a table with 5 million records. I have fields (Title,AuthorList) as fulltext columns.

    When I search uncommon words it gives results fast but when i used Contains((PRODUCT_TITLE,AuthorList ),'"john"') then it took around 2 mins to return 200,000 records.

    How can i fast the search.

  • The first step will be defragment the index of the base table. More information could be found heer: http://msdn.microsoft.com/en-US/library/ms142560(v=SQL.90).aspx (look at the last part of the article).

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply