I'll echo what Lee said about Lucene, but if you want to do it in the DB - use PDO directly and not through Propel or Doctrine. I was having to import a 17000 CSV file (into a nested set and a products table) and Doctrine would run out of memory before finishing - native PDO had no problems whatsoever :)
Regards, Peter -- Maple Design Ltd - Web design and application development http://www.mapledesign.co.uk +44 (0)845 123 8008 Reg. in England no. 05920531 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
