https://bugzilla.wikimedia.org/show_bug.cgi?id=41272

       Web browser: ---
             Bug #: 41272
           Summary: Unoptimized query in LiquidThreads
           Product: MediaWiki extensions
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: LiquidThreads
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to