I have dataset which has 300,000 rows and I am trying to write it on a MySQL database but it is always getting stuck at 2% and its not going anywhere.
Then I broke the data down to 50k rows each and it took approx 8 mins to write data into MySQL table. I have 2 questions:
1) Is there a record limit to write to mysql table from alteryx?
2) is there a way to increase the speed?