On Nov 25, 8:40 pm, John Steele <john.david.ste...@gmail.com> wrote:
> > > > FWIW/For info I've (as I'm sure have many) run many batch processes
> > > > inserting hundreds of thousands or millions of rows at a time.
>
> > > As have I, and I have not noticed a bug while doing so.
>
> > So, if only some of your shells generate this error, and some don't -
> > what conclusion can you draw about that? <- rhetorical
>
> TL;DR: It seems to affect Model->find('first') with multiple
> conditions.
>
> Nowhere in there did I say "It seems to affect Model->save()..."

Then why are you quoting sql which includes inserts?
 "INSERT INTO `foos` (`bar`, `baz`) VALUES (128921, 128922)"

and I
> didn't say that because I have never encountered a problem "inserting
> hundreds of thousands or millions of rows at a time."
> I do however consistently encounter the problem I have described while
> READING hundreds of thousands or millions of rows at a time. If you
> are going to continue to not read what I have written, then it is not
> worth my time to write it. I have work to do.

I bet if you investigate you're going to find the QUERY cache is
getting collisions.

>
> Good day, Sir.

I'll take my tie off then ;)

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to