MySQL Forums
Forum List  »  Partitioning

Re: partition and merged historical data
Posted by: Mikael Ronström
Date: October 20, 2007 02:53AM

Hi,
Matt Ryan Wrote:
-------------------------------------------------------
> is there any way to merge myisam tables with
> partitioned myisam tables?
>
>
> We already split our data with our app into yearly
> tables, and merge them all together
>
> when I add the new partitioned myisam table to the
> merge, it errors, Unable to open underlying table
> which is differently defined or of non-MyISAM type
> or doesn't exist

No, MERGE tables cannot be part of a partitioned table
and vice versa.

Rgrds Mikael

Options: ReplyQuote


Subject
Views
Written By
Posted
4457
October 02, 2007 05:39AM
Re: partition and merged historical data
2899
October 20, 2007 02:53AM


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.