mysql實戰45講 筆記order by的工作

  order by: 使用explain後再extra 中有 using index 表示使用了覆蓋索引 using filesort表示的就是需要排序, Using temporary 需要使用臨時表 分配一個內存sort_buffer用於排序,並不是所有的order by都需要排序的,其原因是原來的數據都是無序的。order by id 或者order by的字段與where中的字段做成一個
相關文章
相關標籤/搜索