Hi,
We are using Data Services 4.2sp8 to load data into MySQL in the cloud (CloudSQL in the google cloud). The insert rate is very low ~ 40 rows/sec through a single loader using the standard MySQL driver so is unusable. We believe this due to each insert being sent individually so having a call round trip overhead per insert row.
MySQL has a batch insert construct where multiple row values are supplied in a single call. Does anyone know if this can be configuration and used or indeed any other way to increase load throughput?
We have created manual load via a FF using MySQL's 'LOAD DATA LOCAL INFILE' which is not ideal requiring local storage space, configuration etc.
Thanks in advance
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.