MySQL Forums
Forum List  »  Partitioning

Partitioned table using two storage engines?
Posted by: Loren Sorensen
Date: January 07, 2010 03:47PM

I'm wondering if this is on the development roadmap, being able to have partitions in the same table with different engines. For example, it would be helpful to have older, partitioned-by-date data which will never change in partitions using the Archive engine, while keeping more recent data in partitions using MyISAM or InnoDB.

I notice that when I do a "show create table" on a partitioned table it shows "ENGINE = whatever" for every partition. This leads me to wonder if this capability is on the horizon. Yes? No?

Options: ReplyQuote


Subject
Views
Written By
Posted
Partitioned table using two storage engines?
3216
January 07, 2010 03:47PM


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.