Re: How to make a backup from a partition
Yea, that looks like the way to do it...
You might be able to avoid locking the table (and all partitions) by:
1. drop the partition p2
2. Insert the new data from mysqldump (will lock the partition p1 for some engines)
3. reorganizing the data into the partition p1,p2 (locking partition p1,p2 for some engines)
(this depends on how your app uses the partitioned table though...)
Subject
Views
Written By
Posted
5012
May 05, 2008 11:31AM
3332
May 05, 2008 11:55AM
2879
May 06, 2008 07:49AM
3178
May 06, 2008 08:06AM
Re: How to make a backup from a partition
2940
May 06, 2008 11:44AM
2791
May 07, 2008 06:54AM
3765
May 07, 2008 04:39PM
2744
May 08, 2008 03:26AM
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.