MySQL Forums
Forum List  »  Partitioning

Re: slower queries after partitioning
Posted by: Rick James
Date: October 23, 2010 09:43AM

innodb_buffer_pool_size 8388608
--> 70% of available RAM. That one thing is the biggest performance improvement for InnoDB.

The SELECT rewrite, plus the INDEX, will make a big difference in that one query.

Unless there are queries that can use PARTITION, abandon PARTITION.

Options: ReplyQuote


Subject
Views
Written By
Posted
8515
October 21, 2010 11:46AM
3493
October 23, 2010 01:24AM
2840
October 23, 2010 08:44AM
Re: slower queries after partitioning
3033
October 23, 2010 09:43AM
2433
October 23, 2010 10:48AM
2413
October 23, 2010 10:57AM
2518
October 23, 2010 06:09PM
2245
October 24, 2010 02:30AM
2249
October 25, 2010 07:39AM
2316
October 25, 2010 08:04AM


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.