Inspired by Baron’s earlier post, here is one I hear quite frequently –
“If you enable innodb_file_per_table, each table is it’s own .ibd file. You can then relocate the heavy hit tables to a different location and create symlinks to the original location.”
There are a few things wrong with this advice:
Another common claim with this recommendation is that it allows you to quickly add space when running out. LVM actually allows you to add physical volumes, and increase the size of logical volumes ;) This is much easier to do than more one large table around.
Resources
RELATED POSTS