MySQL Forums
Forum List  »  Optimizer & Parser

Re: Explain plans for InnoDB and Memory Engines
Posted by: Øystein Grøvlen
Date: May 04, 2016 05:17AM

Hi Jagan,

Different storage engines will have different capabilities and MEMORY does not support all operations that INNODB does. A query plan for an InnoDB that may then use capabilities that are not available for a similar MEMORY table.

Note also that for MEMORY engine, indexes are by default hash-based. If you want B-Tree indexes, you will need to explicitly say so. Some execution strategies may require a B-Tree index.

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Explain plans for InnoDB and Memory Engines
915
May 04, 2016 05:17AM


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.