MySQL Forums
Forum List  »  General

Re: need help on optimizing my query
Posted by: Apesu
Date: September 14, 2006 08:36AM

+-------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+
| Table | Non_unique | Key_name        | Seq_in_index | Column_name     | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment |
+-------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+
| map   |          1 | imsi            |            1 | imsi            | A         |        NULL |     NULL | NULL   | YES  | BTREE      |         |
| map   |          1 | seizure_time    |            1 | seizure_time    | A         |        NULL |     NULL | NULL   | YES  | BTREE      |         |
| map   |          1 | msisdn          |            1 | msisdn          | A         |        NULL |     NULL | NULL   | YES  | BTREE      |         |
| map   |          1 | origGlobalTitle |            1 | origGlobalTitle | A         |        NULL |     NULL | NULL   | YES  | BTREE      |         |
| map   |          1 | termGlobalTitle |            1 | termGlobalTitle | A         |        NULL |     NULL | NULL   | YES  | BTREE      |         |
+-------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+
5 rows in set (0.00 sec)

Options: ReplyQuote


Subject
Written By
Posted
September 14, 2006 02:36AM
September 14, 2006 04:51AM
Re: need help on optimizing my query
September 14, 2006 08:36AM
September 15, 2006 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.