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.