MySQL Forums
Forum List  »  Partitioning

Re: Hash and Linear Hash partition table not performing well
Posted by: Mattias Jonsson
Date: December 07, 2009 04:44AM

How many partitions are you using, and what kind of queries (small and simple or large prunable scans) are you running?

Currently MySQL must open and lock every partition before pruning, which gives a certain overhead for each partition, so when using too many partitions the time increases for each statement, and can be too much for small simple queries, which leads to bad performance, see bug#37252, bug#47261, bug#48846.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Hash and Linear Hash partition table not performing well
2760
December 07, 2009 04:44AM


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.