- Microsoft SQL Server 2005 Security White Papers -
- MySQL 5.0 Reference Manual :: 4.5.5 mysqlimport â�� A Data Import Program – The mysqlimport client provides a command-line interface to the LOAD DATA INFILE SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA INFILE syntax.
- MySQL 5.0 Reference Manual :: 6.2.17 Speed of INSERT Statements – The time required for inserting a row is determined by the following factors, where the numbers indicate approximate proportions…
- MySQL 5.0 Reference Manual :: 11.2.5 LOAD DATA INFILE Syntax – The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed.