I'm trying to insert about 60 000 rows on my database on localhost (windows) it is now taking about an hour and still inserting. Shouldn't it be faster? Code: INSERT INTO ip2nation (ip, country) VALUES (687865856, 'za'), (689963008, 'eg'), (691011584, 'za'), (691617792, 'zw'), (691621888, 'lr'), (691625984, 'ke'), (691630080, 'za'), (691631104, 'gh'), (691632128, 'ng'), (691633152, 'zw'), (691634176, 'za'), (691650560, 'gh'), ...
Inserting 60 000 rows taking too long
20
I'm trying to insert about 60 000 rows on my database on localhost (windows) it is now taking about an hour and still inserting.
Shouldn't it be faster?
Shouldn't it be faster?
Code:
INSERT INTO ip2nation (ip, country) VALUES (687865856, 'za'), (689963008, 'eg'), (691011584, 'za'), (691617792, 'zw'), (691621888, 'lr'), (691625984, 'ke'), (691630080, 'za'), (691631104, 'gh'), (691632128, 'ng'), (691633152, 'zw'), (691634176, 'za'), (691650560, 'gh'), ...
- RobinInTexas
- sautaja
- Dario2
- [1] reply
- shahriyar
- Dog Rescuer
- kellter
- TechIntuit
- [1] reply
- SteveJohnson
- [1] reply
- CherylAisford Banned
- mariscal19
- wayfarer
- valvednd
- brettb
- David B
Next Topics on Trending Feed
-
20