Hello,
I’ve been reading a lot of the posts lately and have enjoyed my time here. I’d like to ask about the innodb_data_file_path parameter in my.cnf. I have a database with mostly MyISAM tables with the exception of one InnoDB table. I am getting ready to load the data into the InnoDB table and have roughly a 100GB .sql file. My question is how should I set up my innodb_data_file_path parameter. Should I split it up into 4 25GB chunks with an autoextend on the last one? 2 50GB chunks? 1 100GB one? Basically is there any benefit to having multiple ibdata files as opposed to one huge one?
Thanks!