nate wrote:
> Hey Alan, why you'd ever want to pull 7500 records at once in the
> normal operation of an app is quite beyond me, but I know for certain
> things, I have pulled somewhere around 10,000 records at once with no
> issues.

i have found a way round this, using a direct SQL query() but ...

> You might want to check your memory settings in php.ini.  I think the
> default is only about 8mb or so, so that might be the problem.

Yup, the default memory is about 8M and is used up, I could up that to
32M etc etc BUT the point is by paginating I should be able to avoid
having to change this.

Is there something in findAll() that's caching the data somewhere?

Allan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to