Hi team, While running the load data command on the source MySQL, which includes a CSV file containing 1 million records, I observed that after the execution is finished, I observe 1 million separate insert operations taking place in Seatunnal to synchronize the data with the destination MySQL. I am wondering if there is a possibility to perform batch insert operations in Seatunnal, such as inserting 100,000 records at a time or in similar increments, instead of individual inserts, in order to improve efficiency.
Thanks and regards
