This is a discussion on recommended limit on array sizes? within the PHP Language forums, part of the PHP Programming Forums category; I'm using extended SQL queries (where I insert multiple columns with one query) to limit the number of SQL ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm using extended SQL queries (where I insert multiple columns with
one query) to limit the number of SQL queries that have to be made on the server by storing every column that I'd like to insert into an array $temp. Is there a limit on how big I should let the array get or on how many columns I should insert at a time? The largest number of things I'm going insert has around 2 million entries totalling 40MB (it's in another DB). |