加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

php – Zend Lucene和Java Lucene之间的性能比较

发布时间:2020-12-13 22:42:16 所属栏目:PHP教程 来源:网络整理
导读:Zend Lucene和Java Lucene分别用PHP和java构建,而PHP语言比java更高. 只是想知道这两者在索引构建和数据搜索方面的性能差异有多大? 让java创建和重建索引更有效,让php使用索引吗? 这是Zend认证工程师的引用. Against my better judgment,the company I wor
Zend Lucene和Java Lucene分别用PHP和java构建,而PHP语言比java更高.

只是想知道这两者在索引构建和数据搜索方面的性能差异有多大?

让java创建和重建索引更有效,让php使用索引吗?

这是Zend认证工程师的引用.

Against my better judgment,the
company I work for migrated our
previous search solution to
Zend_Search_Lucene. On pretty
heavy-duty hardware,indexing a
million documents took several hours,
and searches were relatively slow. The
indexing process consumed vast amounts
of memory,and the indexes frequently
became corrupted (using 1.5.2). A
single wild card search literally
brought the web server to its knees,
so we disabled that feature. Memory
usage was very high for searches,and
as a result requests per second
necessarily declined heavily as we had
to reduce the number of Apache child
processes.

We have since moved to Solr (a
Lucene-based Java search server) and
the difference is dramatic. Indexing
now takes around 10 minutes and
searches are lightning fast. What a
difference a language makes.

Original Article

在这种情况下,Java.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读