举例索引 idx_a_b_c

    select d from table where a=1 and b=2 and c=3;

    这种按顺序并且 a,b,c索引都用到的叫全值匹配或覆盖索引 , 是最好的一种