MySQL Forums
Forum List  »  Performance

Re: query with bad performance after migration to mysql 5.6
Posted by: Øystein Grøvlen
Date: December 09, 2015 04:21AM

Hi,

The provided optimizer trace is not complete. When the MISSING_BYTES_BEYOND_MAX_MEM_SIZE column of the optimizer_trace table is non-zero, it means that the allocated buffer was to small for the entire trace. To increase the buffer size, change the setting of optimizer_trace_max_mem_size variable.

Thanks,

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: query with bad performance after migration to mysql 5.6
954
December 09, 2015 04: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.