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
5402
October 13, 2004 05:23PM
2801
October 13, 2004 10:01PM
2893
October 13, 2004 10:48PM
Re: Slow query performance
2701
October 14, 2004 08:50AM
2902
October 14, 2004 07:08PM
2641
October 14, 2004 11:33PM
2638
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.