使用 mysql FT 或 Sphinx 进行全文搜索

发布于 2024-10-13 08:00:27 字数 175 浏览 4 评论 0原文

我读过很多关于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼性发作 2024-10-20 08:00:27

我们进行了一些 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文