Last modified: 2012-12-08 12:10:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43272, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41272 - Unoptimized query in LiquidThreads
Unoptimized query in LiquidThreads
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
master
All All
: Unprioritized normal (vote)
: ---
Assigned To: Sam Reed (reedy)
: performance
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-22 15:07 UTC by Niklas Laxström
Modified: 2012-12-08 12:10 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2012-10-22 15:07:38 UTC
mysql> explain SELECT * FROM `bw_thread` WHERE thread_parent = 'X';
+----+-------------+-----------+------+---------------+------+---------+------+-------+-------------+
| id | select_type | table     | type | possible_keys | key  | key_len | ref  | rows  | Extra       |
+----+-------------+-----------+------+---------------+------+---------+------+-------+-------------+
|  1 | SIMPLE      | bw_thread | ALL  | NULL          | NULL | NULL    | NULL | 27835 | Using where |
+----+-------------+-----------+------+---------------+------+---------+------+-------+-------------+

Very on top of the SQL query list on the profileinfo of translatewiki.net
Comment 1 Sam Reed (reedy) 2012-10-22 17:04:42 UTC
https://gerrit.wikimedia.org/r/29341

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links