mit index bruges ikke??
index på A:some_id
index på B:
a_id
på trods af mit index på B bruges indexet ikke :-(
explain plan siger
|id|select_type|table|type|possible_keys|key|key_len|ref|rows|
|1|SIMPLE| B| ALL| a_id| [NULL]|[NULL]|[NULL]|399268
select B.* from B, A where A.some_id=85743 and B.some_id=0 and A.id=B.a_id
Hvorfor er bliver min possible_keys ikke brugt?
