What mysql settings affect the speed of LOAD DATA INFILE?
问题 Let me set up the situation. We are trying to insert a modestly high number of rows (roughly 10-20M a day) into a MyISAM table that is modestly wide: +--------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+-------+ | blah1 | varchar(255) | NO | PRI | | | | blah2 | varchar(255) | NO | PRI | | | | blah3 | varchar(5) | NO | PRI | | | | blah4 | varchar(5) | NO | PRI | | | | blah5 | varchar