Tag

SELECT OUTFILE

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 12, 2023 · Databases

How to Import Large Volumes of Data into MySQL: Tools, Commands, and Performance Tips

This article compares various MySQL data import/export methods—including mysqldump, mydumper, SELECT OUTFILE, and MySQL Shell utilities—explaining their commands, configuration options, performance results, and best‑practice recommendations based on testing with a 10‑million‑row table.

ExportMySQLMySQL Shell
0 likes · 16 min read
How to Import Large Volumes of Data into MySQL: Tools, Commands, and Performance Tips