in reply to DBI mysql insert into select speed :-/
LOAD DATE INFILE 'file_name' INTO TABLE 'table_name';
But this requires you to write your data into a temporary file first.
It may be possible to avoid this by using a FIFO (named pipe) on unix.
Here's a link to the mysql docs:
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
|
|---|