MySQL Forums
Forum List  »  Partitioning

Re: How to move partition files
Posted by: Phil Hildebrand
Date: October 01, 2008 07:39PM

I don't believe so yet...

If you are not already using innodb_file_per_table, that will essentially split your partitions into multiple tablespace files (instead of all in one), but still under the same database directory.

If you are using LVM, you could add spindles to that database directory by placing it on a logical volume and adding physical devices underneath it and then extending the logical volume over those devices, but that still doesn't allow you to place each partition on a different device.

Options: ReplyQuote


Subject
Views
Written By
Posted
12568
March 05, 2008 03:06PM
Re: How to move partition files
4074
October 01, 2008 07:39PM
3555
October 05, 2008 08:39PM
3549
October 08, 2008 10:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.