This is a discussion on InnoDB data files size within the MySQL Database forums, part of the Database Forums category; Hello, I was wondering, is there any difference, performance wise, between having 1 big data file instead of a few ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I was wondering, is there any difference, performance wise, between having 1 big data file instead of a few small ones? eg (10x25GB vs. 1x250GB, or even using innodb_file_per_table) Are there special cases it would matter? Is there a best practice? I cannot find anything about that in the docs, nor in various mysql tuning papers. Regards, Renaud |