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.