gpt4 book ai didi

php - Zend Lucene 和 Java Lucene 的性能比较

转载 作者:可可西里 更新时间:2023-11-01 13:10:45 26 4
gpt4 key购买 nike

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。

关于php - Zend Lucene 和 Java Lucene 的性能比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2892519/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com