Hey, I need some one help I am using INSERT DELAYED with MyIsam table. I have a script which doing a lot of inserts , one by one, what I need from INSERT DELAYED is to bundle those queries together before inserting into database.
Your script should do this. When doing bulk inserts, adjust bulk_insert_buffer_size for better performance.
the thing is its very complicated to do bulk inserts as some of the inserts are going to different tables which is very hard to sort out.