MySQL Forums
Forum List  »  Partitioning

Re: Why the limit that every partition must contain the same number of subpartitions ?
Posted by: Sergey Petrunya
Date: January 31, 2006 09:13AM

Hi,
Please keep in mind that partition pruning code relies on the fact that every partition is subpartitioned in the same way (same partitioning type/function, same number of partitions).

It is possible to change the partition pruning to handle cases when different partitions are subpartitioned in different way, but that will require some effort.

Sergey Petrunia, Software Developer
MySQL AB, www.mysql.com
My blog: http://s.petrunia.net/blog

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Why the limit that every partition must contain the same number of subpartitions ?
2776
January 31, 2006 09:13AM


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.