MySQL workbench table data import wizard extremely slow

后端 未结 6 1827
时光说笑
时光说笑 2020-12-28 14:21

I need to import a csv file with 20 million rows and 2 columns into a database, but when I try to do this with MySQL Workbench\'s data import wizard it is extremely slow, p

6条回答
  •  悲哀的现实
    2020-12-28 14:31

    My Suggestion for very fast Export/Import wizard is to use MySQL for Excel

    This is painless and fast, you don't need to work around all the errors and tweaks that you have to to work around LOAD DATA INFILE

提交回复
热议问题