Closed aylei closed 2 years ago
what's the default value of batch.size? can we keep the default behaviors consistent with previous version?
what's the default value of batch.size?
No batch by default.
can we keep the default behaviors consistent with previous version?
Yes, the default behavior would be consistent
/lgtm
This PR add batch support for mysql, which was motivated by using batch insert to accelerate the load process during benchmarks.
This commit was tested in benchmarks with 3 billions rows. Also, I did some smoke tests locally:
Signed-off-by: Aylei rayingecho@gmail.com