"If users commonly search 'product names' you may want to make that field a FULLTEXT index. This will make searches much faster."
Have you verified this? Using a fulltext index requires the "MATCHES" function in the SQL, it doesn't get used if you do a "WHERE foo=" type query. I don't see any code in CakePHP that uses the MATCHES function. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
