MySQL Forums
Forum List  »  Partitioning

Re: Count(*) query is slower on partitioned table
Posted by: Rick James
Date: December 10, 2016 12:30AM

Yet another reason for not using PARTITIONing.

I cannot explain your third case, which should have limited itself to the one partition.

There is perhaps never a performance advantage in PARTITION BY RANGE(the-primary-key). Is that your actual case?

Here are my comments on partitioning: https://mariadb.com/kb/en/mariadb/partition-maintenance/ , including the only 4 use cases (that I know of) for which performance is benefited.

Another pet peeve of mine: Notice how useless Profiling is. (BTW, it is deprecated and going away.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Count(*) query is slower on partitioned table
2287
December 10, 2016 12:30AM


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.