Higher speed options for executing very large (20 GB) .sql file in MySQL
Posted
by Jonogan
on Stack Overflow
See other posts from Stack Overflow
or by Jonogan
Published on 2010-05-11T15:02:44Z
Indexed on
2010/05/11
16:54 UTC
Read the original article
Hit count: 224
My firm was delivered a 20+ GB .sql file in reponse to a request for data from the gov't. I don't have many options for getting the data in a different format, so I need options for how to import it in a reasonable amount of time. I'm running it on a high end server (Win 2008 64bit, MySQL 5.1) using Navicat's batch execution tool. It's been running for 14 hours and shows no signs of being near completion.
Does anyone know of any higher speed options for such a transaction? Or is this what I should expect given the large file size?
Thanks
© Stack Overflow or respective owner