fulltext search with mysql FT or Sphinx

雨燕双飞 提交于 2019-12-25 02:23:50

问题


I have read many articles about Sphinx or Solr or MySQL FT. I have a table with over 1 milion products and need to make an fulltext search and get results under 1 second ... . Does anyone has any experience with those kind of fast search? As clint language I am using PHP.

As capacity I have debian5 8GB ram 4 core cpu's.

Thanks Nik


回答1:


We've made some Sphinx performance measurements that are described here http://www.ivinco.com/blog/plain-rt-and-mixed-indexes-performance-comparison/ As it can be seen searching in 1M dataset can be as fast as less than 0.1 sec per query. So I suggest you to use Sphinx.



来源:https://stackoverflow.com/questions/4774227/fulltext-search-with-mysql-ft-or-sphinx

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!