MySQL Forums
Forum List  »  NDB clusters

Re: How to get detailed profile information In MySQL Cluster(NDB) ?
Posted by: Davy Lau
Date: July 24, 2006 11:20PM

Thank you!
I have tried use explain.The results was followed.but the return messages were not I want to got.I want to know some detailed informantion about a sql statement.So what should i do?


explain select * from a;
+----+-------------+-------+--------+---------------+------+---------+------+------+-------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+--------+---------------+------+---------+------+------+-------+
| 1 | SIMPLE | a | system | NULL | NULL | NULL | NULL | 1 | |
+----+-------------+-------+--------+---------------+------+---------+------+------+-------+
1 row in set (0.00 sec)

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.