Hi.

I have model which extends Zend_Db_Table_Abstract, and I'm inserting more
than 10000 records in table using Zend_Db_Table_Abstract::insert() in one
foreach loop. I get Service Temporarily Unavailable 503 error. I profiled,
there is nothing wron with queries. For less than 7000 it works perfect.

It's not memory limit problem, it's not max exec time problem.

Any idea?

Regards,
Saša Stamenković

Reply via email to