MudGuard: mysql EXPLAIN, und dann?

Beitrag lesen

Hi,

id 	select_type 	    table 	type 	possible_keys 	
1 	PRIMARY 	        b1 	ALL 	tableID     	
2 	DEPENDENT SUBQUERY 	b2 	ALL 	NULL	    

key 	key_len 	ref 	rows 	Extra 	
NULL	NULL	        NULL	46833 	Using where
NULL	NULL	        NULL	46833 	Using where

Frage: Warum wird der "possible key" tableID nicht genutzt? Die Spalte "tableID" hat einen Index.

Wer soll das ohne Kenntnis der Query, der Tabellenstruktur, der Datenmengen, der MySql-Version, der MySQL-Engine (Inno, Isam, ...) usw. beantworten?

cu,
Andreas a/k/a MudGuard