MySQL Forums
Forum List  »  Performance

Re: Slow query performance
Posted by: Matt Tessar
Date: October 14, 2004 08:50AM

Sure, here you go:

mysql> explain SELECT COUNT(BLOCKGROUP_ID) FROM BLOCKGROUP_DEMOGRAPHIC;
+----+-------------+------------------------+-------+---------------+---------+---------+------+--------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+------------------------+-------+---------------+---------+---------+------+--------+-------------+
| 1 | SIMPLE | BLOCKGROUP_DEMOGRAPHIC | index | NULL | PRIMARY | 12 | NULL | 208685 | Using index |
+----+-------------+------------------------+-------+---------------+---------+---------+------+--------+-------------+
1 row in set (0.04 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
5992
October 13, 2004 05:23PM
3093
October 13, 2004 10:01PM
3166
October 13, 2004 10:48PM
Re: Slow query performance
3007
October 14, 2004 08:50AM
3179
October 14, 2004 07:08PM
2862
October 14, 2004 11:33PM
2882
October 15, 2004 12:30AM


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.