I have a bit of an issue with mysqldumps and inserting it back into mysql. Granted, I have 1 table that has over 1Million entries, but generating these tables takes about 3 hours with a java app. But when I do a mysql -u root -p < <the mysql dump.dmp> it is taking about 28 hours to complete the load. Can anyone tell me what is taking so long? Any thoughts as how to speed it up? Thanks in advance. Dan orlic
- Re: mysql dump speed dan orlic
- Re: mysql dump speed Matt W
- Re: mysql dump speed Brent Baisley
- Re: mysql dump speed Jeremy Zawodny
- RE: mysql dump speed Jon Frisby