when trying to load huge amount of rows ie 600 mil...
# questions-and-troubleshooting
u
when trying to load huge amount of rows ie 600 million from a mysql instance, starrocks insert query get stuck at some point ie 400M, and at that time number os scanned rows stop moving and it stays there. what is the alternative as we need to load huge amount of data from mysql
INSERT INTO starrocks_catalogue_table SELECT * FROM aurora_dev.db1.log_fake_2;
. thanks