MySQL內核技術之"查詢流程"

本節討論MySQL是如何進行數據查詢和讀取的。首先看一下調用過程:mysql JOIN::exec()--> do_select()--> sub_select()--> read_record()其實是join_read_next()或join_read_first()--> ha_index_next--> index_next()其實是ha_innobase::index_next()-->
相關文章
相關標籤/搜索