Can I specify a different disk for a specific MySQL table?
3
votes
4
answers
8260
views
I use my home machine as my personal database for my hobby analytics project. This machine has an SSD for the main drive where MySQL stores its data. It also has a secondary hard drive that is larger and not an SSD. I am about to create a table that I fear might be too large to fit on my SSD; is it possible for me to instead store that one table on the larger (but slower) drive? If it matters, I'm generally using MyISAM tables but could be persuaded to use InnoDB if that would help.
Asked by Michael McGowan
(799 rep)
Jan 4, 2012, 12:07 AM
Last activity: Sep 7, 2017, 03:42 PM
Last activity: Sep 7, 2017, 03:42 PM