mysql中in or優化

mysql> show profiles;

+----------+------------+------------------------------------------------------

----+

| Query_ID | Duration   | Query

    |

+----------+------------+------------------------------------------------------

----+

|        1 | 0.00043675 | select id,title from article where id>=10 and id<=20

    |

|        2 | 0.08359450 | select id,title from article where id between 10 and

0   |

|        3 | 0.00052300 | select id,title from article where id in(8,12,21)

    |

|        4 | 0.02453225 | select id,title from article where id=8 or id=12 or i

=21 |


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章