In the documentation, it says that optimize "should only be called when the index will no longer be updated very often, but will be read a lot". Does this mean it actually has a detrimental impact on updates and inserts? In my project there will be many more reads than updates, but there will still be a lot of updates. So should I be calling Optimize once a day or something like that, during a low traffic time, or is that going to make updates slower? What are your recommendations for optimizing the index for a high-traffic site? Does optimizing the index lock the index for a fair period of time if there are 100s of thousands of documents? Will read requests be denied during the optimization process?
-- Cheers, Jordan Frank [EMAIL PROTECTED] _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

