MySQL Forums
Forum List  »  NDB clusters

Re: How to get detailed profile information In MySQL Cluster(NDB) ?
Posted by: Adam D
Date: July 25, 2006 05:08PM

The only further detail to how the optimizer is running a query is to run the same command with 'extended' included;
explain extended select * from a;
followed by
show warnings;

Options: ReplyQuote




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.