Higher speeds for executing a very large (20 GB) .sql file in MySQL

My company was delivered a 20 + GB.sql file in response to a request for data from the government. I do not have many options for receiving data in a different format, so I need options for importing it in a reasonable amount of time. I run it on a high-performance server (Win 2008 64bit, MySQL 5.1) using the Navicat batch execution tool. He worked for 14 hours and found no signs of nearing completion.

Does anyone know of any higher speeds for such a transaction? Or is this what I should expect, given the large file size?

thank

+2
source share
4 answers

, , mysqldump , CREATE TABLE INSERT.

(, , SQL script , , , .. , .)

, , , :

+9

BULK Import MySQL.

+1

.csv. .

0

, GUI Navicat . 48GB *.sql 6 8 .

() : enter image description here , " SQL", , " ", , , . , MySQL, / .

"" sql query builder, , RAM .

Macintosh OS Navicat, , , , RHEL, Ubuntu Server, Debian Windows Server .

0

All Articles