[TiDB Usage Environment] Production Environment
[TiDB Version]: Server version: 5.7.25-TiDB-v5.3.0
[Reproduction Path] create table t2 like t1; insert into t2 select * from t1;
[Encountered Problem: Problem Phenomenon and Impact]: t1 is a table with millions of records. During data migration, it is observed that memory consumption is very high, directly leading to memory overflow.