Optimizing mysql fulltext search

后端 未结 3 1988
耶瑟儿~
耶瑟儿~ 2020-12-05 19:23

I want to make a search with fulltext in my web. I need the search with a pagination. my database have 50,000+ rows/per table. I have alter my table and make (title,c

3条回答
  •  隐瞒了意图╮
    2020-12-05 19:55

    For further ideas regarding full-text search optimization in MySQL, see How to optimize MySQL Boolean Full-Text Search? (Or what to replace it with?) - C#

提交回复
热议问题