Closed
Bug 825252
Opened 13 years ago
Closed 13 years ago
query analysis for bugzilla query checksum 634059739744869361
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Unassigned)
References
Details
mysql> explain SELECT name FROM components WHERE id = '539'
-> \G
*************************** 1. row ***************************
id: 1
select_type: SIMPLE
table: components
type: const
possible_keys: PRIMARY
key: PRIMARY
key_len: 2
ref: const
rows: 1
Extra:
1 row in set (0.00 sec)
| Reporter | ||
Comment 1•13 years ago
|
||
This one's fine, already uses an index.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•