mysql關於select where in的效率

不少大牛公司建議select where in中不要超過200,有的說不要超過500. 那麼問題來了,使用子查詢的時候若是結果級超過了500呢。 今天作了個測試web 下面是測試結果,分別是兩個語句查詢10次所用的時間 select * from cp_bill_info where id in(select id from cp_bill_info where id< 501)svg 第*次查詢
相關文章
相關標籤/搜索