使用 mysql FT 或 Sphinx 进行全文搜索
我读过很多关于 Sphinx 或 Solr 或 MySQL FT 的文章。 我有一个包含超过 100 万种产品的表,需要进行全文搜索并在 1 秒内获得结果......。有人有这种快速搜索的经验吗?作为克林特语言,我使用 PHP。
作为容量,我有 debian5 8GB 内存 4 核 cpu。
谢谢 尼克
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们进行了一些 Sphinx 性能测量,如下所述 http://www.ivinco.com/blog/plain-rt-and-mixed-indexes-performance-comparison/
可以看出,在 1M 数据集中搜索每个查询的速度可以快到不到 0.1 秒。所以我建议你使用Sphinx。
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.