Google Cloud SQL: Alternative to LOAD DATA INFILE

前端 未结 2 635
说谎
说谎 2020-12-21 05:45

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

2条回答
  •  一整个雨季
    2020-12-21 06:18

    As stated in this comment of another question, LOAD DATA LOCAL INFILE is supported by App Engine.

    The MySQL Manual explains on how to use this statement.

提交回复
热议问题