我知道这听起来很奇怪,但显然我的一个专栏被锁定了。
select * from table where type_id = 1 and updated_at < '2010-03-14' limit 1;
select * from table where type_id = 3 and updated_at < '2010-03-14' limit 10;
第一个即使在几个小时内也不会完成运行,而第二个则顺利完成。唯一的区别是 2 个查询之间的 type_id。
一些背景知识,第一个语句搞砸了,在此之前我不得不手动杀死。