Whats the Maximum array size in PHP?
I am querying an enterprise database from ODBC, playing with the data, then puttin it into a MySQL DB. About 15,000 records per script run (each record has about 10 fields).
Should I save this info to some sort of flat file before putting it into MySQl, or just create a giant array?