为了测试sql语句的真正执行效率,可以在查询时加上SQL_NO_CACHE可以禁用缓存查询结果。
select SQL_NO_CACHE id as c from aaa where id > 100000;