MySQL Forums
Forum List  »  German

Re: UPDATE in Kombination mit ORDER BY sehr langsam
Posted by: Tobias Kuehne
Date: August 09, 2012 03:47AM

Ja, klar.

Hier die Ausgabe des EXPLAIN:

+----+-------------+----------------------------+------+-----------------+-----------------+---------+-------+---------+-----------------------------+
| id | select_type | table                      | type | possible_keys   | key             | key_len | ref   | rows    | Extra                       |
+----+-------------+----------------------------+------+-----------------+-----------------+---------+-------+---------+-----------------------------+
|  1 | SIMPLE      | highscores                 | ref  | idx_spielmodus  | idx_spielmodus  | 5       | const | 1230952 | Using where; Using filesort |
+----+-------------+----------------------------+------+-----------------+-----------------+---------+-------+---------+-----------------------------+

Die beiden Indizes hab ich schon wieder weggeschmissen.


Danke und Gruß,

Tobias.

Options: ReplyQuote




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.