MySQL Forums
Forum List  »  Partitioning

Re: Partitioned table using two storage engines?
Posted by: Mattias Jonsson
Date: January 13, 2010 05:00AM

This is not in the pipe currently, and to my knowledge it is not in the current roadmap either.

The main problem with this is because of the different properties of different engines, and that the partitioning feature is build as a 'proxy' engine, which makes it hard to give the optimizer and other parts of the server good or even correct info on some properties. As an example InnoDB uses clustered primary key index and MyISAM does not, and that property is used for some variants of sorting etc.

So no, it is currently not in the roadmap, but we have this feature in the back of our heads and are discussing it now and then, so sometime in the future, we will see if we could make it happen :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioned table using two storage engines?
1998
January 13, 2010 05:00AM


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.