mysql sink allocate a huge number of memory when build multi statement sql. #9935
Labels
affects-6.5
affects-7.1
affects-7.5
area/ticdc
Issues or PRs related to TiCDC.
component/mysql
needs-cherry-pick-release-6.5
Should cherry pick this PR to release-6.5 branch.
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
type/enhancement
The issue or PR belongs to an enhancement.
From the above image, we can see that the MySQL sink allocates a huge number of memory when trying to build the multi-statement SQL, this can be reduced by using a more efficient string concatenation method.
The text was updated successfully, but these errors were encountered: