hi all,
i have the next question. In mysql, i have just one file, ibdata1, to storage all data, index, ecc, of all tables InnoDB of all databases that i have in my instance of mysql.
Can I to separate each database in mode that each database have your own ibdata1 file, maybe in differents disk or differents server ??
i am thinking to use innodb_file_per_table. It's a good idea, in terms of performance?
thx in advance
i have the next question. In mysql, i have just one file, ibdata1, to storage all data, index, ecc, of all tables InnoDB of all databases that i have in my instance of mysql.
Can I to separate each database in mode that each database have your own ibdata1 file, maybe in differents disk or differents server ??
i am thinking to use innodb_file_per_table. It's a good idea, in terms of performance?
thx in advance