MySQL Forums
Forum List  »  Performance

Re: MYSQL 5.5 Performance issue
Posted by: Øystein Grøvlen
Date: October 19, 2017 03:21AM

Hi,

In order to help you, I think we need to see the actual query plans for the partitioned and non-partitioned cases. Is it using the same index in both cases?

The execution may be faster the second time because one may have to fetch less data from disk since the data may be left in the buffer pool since the first execution.

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
853
October 13, 2017 12:56PM
Re: MYSQL 5.5 Performance issue
458
October 19, 2017 03:21AM


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.