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
4999
May 05, 2008 11:31AM
3323
May 05, 2008 11:55AM
2868
May 06, 2008 07:49AM
3165
May 06, 2008 08:06AM
Re: How to make a backup from a partition
2928
May 06, 2008 11:44AM
2781
May 07, 2008 06:54AM
3750
May 07, 2008 04:39PM
2737
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.