I am working in Google App Engine and we have a Python script that dumps data in Google Cloud SQL. One of the data sets we have to dump is huge. We dump around 150K rows of
As stated in this comment of another question, LOAD DATA LOCAL INFILE is supported by App Engine.
LOAD DATA LOCAL INFILE
The MySQL Manual explains on how to use this statement.