currently i have 16k rows of data in an array, i am using a for loop to loop through the data and excute an INSERT statement. In other words, each loop executes an “INSERT” statement in mysql. This is done 16000 times. This take a long time.
is there a better way to inset bulk data?.
You can try this as per post by Pascal MARTIN: