sql性能优化:SELECT statistic_date from my_table where fund_id='000072' and bianhao_id='ece0ef5138aa677f5e4b2a883580e203'耗时:0.2秒SELECT statistic_date from my_table where bianhao_id='ece0ef5138aa677f5e4b2a883580e203'耗时:42秒增加了筛选条件,耗时反而大大减少。