Rolf B: MySQL INDEX wird bei JOIN nicht verwendet

Beitrag lesen

Hallo Tobias,

erster Ansatz, wenn Indexe nicht verwendet werden, ist ein Update der Statistiken.

If you have a problem with indexes not being used when you believe that they should be, run ANALYZE TABLE to update table statistics, such as cardinality of keys, that can affect the choices the optimizer makes. See Section 13.7.2.1, “ANALYZE TABLE Syntax”.

Danach kann man überlegen, ob und warum der Optimizer befindet, dass ein Indexeinsatz nicht lohnt. Welche Indexe hast Du und wie sind sie definiert?

Rolf

--
sumpsi - posui - clusi