You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great library - does exactly what I need!
I have an interesting issue: when I insertIgnore, insertReplace or insertOnDuplicateKey for more than approximately 7200 records with 9 columns, then it suddenly starts timing out.
Less than that number of rows or columns completes very quickly (<5 seconds). Above that number suddenly starts timing out - and increasing the PHP max execution time still had no effect when set to 10 minutes (still timing out); then I figured something else must be wrong.
Thanks for a great library - does exactly what I need!
I have an interesting issue: when I
insertIgnore
,insertReplace
orinsertOnDuplicateKey
for more than approximately 7200 records with 9 columns, then it suddenly starts timing out.Less than that number of rows or columns completes very quickly (<5 seconds). Above that number suddenly starts timing out - and increasing the PHP max execution time still had no effect when set to 10 minutes (still timing out); then I figured something else must be wrong.
I solved it in this way:
Not sure if it's an issue or something else that I did incorrectly.
The text was updated successfully, but these errors were encountered: