csv - Optimizations for MySQL Data Import -
so far every time have done data load, on enterprise grade hardware , guess never realized 3.4 million records big. question...
i have local mysql server on windows 7, 64 bit, 4 gb ram machine. importing csv through standard 'import table' functionality shipped developer package.
my data has around 3,422,000 rows , 18 columns. 3 columns of type double , rest text. size of cvs file 500 mb
both data source (csv) , destination (mysql) on same machine guess no network bottle neck.
it took 7 hours load 200,000 records. speed might take me 4 days load entire data. given widespread popularity of mysql think there has better way make data load faster.
i have data in csv format , rudimentary way can think of split different blocks , try loading it.
can please suggest optimizations can speed ?
Comments
Post a Comment