MySQL Forums
Forum List  »  Partitioning

Re: How to move partition files
Posted by: Adrian Chapela Cordeiro
Date: October 03, 2008 04:26AM

I am thinking about, but I want to store old data in partitions.

I have two classes of hard disks, SAS high speed disks and SATA low speed disks but with high capacity.

I will use SATA to store old data. Recent data is the most used data on my environment (and normally in all environment) and I need high speed for it.

Another option could be do a select on a partition of the table and do a select on real table insert on the "datawarehouse table", but It is more slow than moving a file from one disk to another disk. Is it possible to do a select only on one partition ?

Something like:

select * from table#namepartition

If this is possible, a select insert for me could be a workaround because the piece of the table is about 400 MB size.

Another option to have a table to store old data ?

Thank you!

Options: ReplyQuote


Subject
Views
Written By
Posted
12615
March 05, 2008 03:06PM
4094
October 01, 2008 07:39PM
Re: How to move partition files
3900
October 03, 2008 04:26AM
3569
October 05, 2008 08:39PM
3569
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.