I work on symfony 1.4 project with doctrine 1.2. It uses lucene plugin to index some models from database. unfortunately, it uses Doctrine_Table::findAll function to get all records from my large (over 20000 records) table. It takes a lot of time (don't know how much - but for sure more than 5 minutes) to execute this method. Is it possible to speed it up?
-- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
