Hi, I am really impressed with the performance of Zend_Search_Lucene and am trying to shift my SQL based search to an index based search for the obvious advantages of relieving stress on my MySql server.
However I have a problem in that there is a massive amount of data I need to index. And when I try to index it all the script either runs out of memory or exceeds the given execution time. Of course I can use ini_set to increase these values but I have already increased them to high values and I can still only index about half of my data. Does anyone know of a good strategy to minimise or control the required memory/time of a script indexing this amount of data? Cheers, Sam -- View this message in context: http://www.nabble.com/Zend_Search_Lucene---Large-amount-of-data-tf3987316s16154.html#a11321511 Sent from the Zend Framework mailing list archive at Nabble.com.
