0

Looking for some help. I have a 300GB csv file that I need to import into a mysql database. Database is running on Centos 7.

I don't know if just doing a basic local-infile is the right way or if there is a better way. Should I split up the csv?

Any help is appreciated.

dkeeper09
  • 537
  • 3
  • 11
  • 29

1 Answers1

-1

please look this video: https://www.youtube.com/watch?v=xppyP5ibbYM

You need to divide into parts and import one by one for more help check this post

https://medium.com/@sanathkumar/import-large-csv-files-to-mysql-in-a-minute-e6d639b790ab#.orpyklvbs

Thanks

R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24