Forum Moderators: open
[edited by: eelixduppy at 8:50 am (utc) on July 15, 2008]
load data infile 'path/to/infile/filename.txt' into table TableName(column1,column2...);
If the input file is tab delimited, there should be no major problems.
Depending on the server being used, 3 million rows could take a few minutes to load. Also leave the indexing until after the data is loaded.
Regards...jmcc