MySQL Forums
Forum List  »  Optimizer & Parser

Re: Help with index in a view. Index not used. MySql Bug?
Posted by: Emilio Nicolás
Date: April 02, 2009 02:26AM

Depending on what I have been studying on reference manual on http://dev.mysql.com/doc/refman/5.1/en/view-restrictions.html, MySQL is unable to use index on its underlying tables using the temptable algorithm. However it seems indexes can be used for views processed using the merge algorithm.

My question is, how can i know witch algorithm is being used in a determinated view? and am i able to change it in anyway?

Thanks again!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help with index in a view. Index not used. MySql Bug?
3361
April 02, 2009 02:26AM


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.