Hi all,

I'm trying Zend Search with about 40K records and retrieval time for large
result sets is very slow.

Sample result sets query times: 
542 results - 14 seconds
2174 results - 90 seconds

I have tried both optimized and unoptimized lucene segments and the search
time remains the same.  The index path is using /dev/shm, so the load time
should be quick.  PHP is allowed to use plenty of memory (48M).

The largest segment is about 5MB.

The records I am adding to the index are all simple text, no html markup.

What is the overhead to always having to load the index, as opposed to
having an in memory process?  Is this the slowdown I am experiencing?

Should I be experimenting with segment size?  Indexing takes over an hour
for the 40K records.
-- 
View this message in context: 
http://www.nabble.com/Zend_Search-w--40K-records-very-slow-tf2596852s16154.html#a7243653
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to