Why does a query run nearly 100 times slower when only changing a WHERE clause value?

前端 未结 0 697
孤街浪徒
孤街浪徒 2020-12-31 05:03

I have the following query:

SELECT count(m.p1_elo_one)
FROM belgarath.match_result as m
INNER JOIN belgarath.tournament AS tm ON tm.id_ = m.tournament_id
INNE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题