MySQL Forums
Forum List  »  Partitioning

Re: Subpartitioned by LIST
Posted by: Mattias Jonsson
Date: November 17, 2009 05:56AM

You can only do subpartitioning with [LINEAR] HASH or KEY. (And only on RANGE/LIST partitioning).

I would give HASH or KEY subpartitioning a try, just to see if it improves your situation.

Please remember that increasing the number of total partitions will also add overhead for each query, so you may gain performance on larger queries, but loose performance on smaller queries, like simple selects on PK.

Options: ReplyQuote


Subject
Views
Written By
Posted
5851
November 06, 2009 03:57AM
2177
November 07, 2009 04:07PM
2461
November 08, 2009 10:36PM
2522
November 09, 2009 09:44AM
Re: Subpartitioned by LIST
2696
November 17, 2009 05:56AM


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.