I tried MartijnTonies's method. It works great. Take less than half second to insert 1000 rows. cdlvj's advise should also works.
sleipnir214, I was not using extern file, so I did not try your method.
Thanks all for your good advises.
I am using 4.017 version of mysql, and created a fully independent test table like
CREATE TABLE tickets (
TicketID bigint(20) NOT NULL auto_increment,
TicketNumber int(11) NOT NULL default '0',
DateTimeID datetime NOT NULL default '0000-00-00 00:00:00',
GameID smallint(6) NOT NULL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.