I think the 1000 was for illustration only. I'd run a few quick benchmarks to see what the real difference between 1 insert with 1000 values() and 1000 queries would be. I'm betting it wont be much...
On Aug 20, 11:04 pm, teknoid <[EMAIL PROTECTED]> wrote: > AFAIK, the syntax you are proposing is MySQL (or at least DB vendor) > specific. > So, it won't be supported by cake. > > And do you really insert 1001 rows? > > On Aug 20, 5:51 pm, seth <[EMAIL PROTECTED]> wrote: > > > > > Right, but how many inserts does this perform? > > > > - As many inserts as required > > > Yes, but my whole point is that if you are inserting 1000 questions, > > this could be done in 2 interests or 1001... Is cake currently smart > > enough to do it in 2? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
