Performance of like '%Query%' vs full text search CONTAINS query

前端 未结 3 2007
孤独总比滥情好
孤独总比滥情好 2020-12-01 02:41

I have a situation where I would like to search a single word.

For that scenario, which query would be good from a performance point of view?

3条回答
  •  -上瘾入骨i
    2020-12-01 03:35

    Like search on Table it self, will kill the performance. Better to apply like search on CTE.

提交回复
热议问题