回覆列表
-
1 # 智慧軍師
-
2 # 瘋狂的程式設計師
可以的,想知道會不會用到索引直接在語句前加上explain 關鍵字執行下就知道了,我有釋出過關於怎麼建索引的文章你可以檢視下就清楚了
-
3 # 修遠123
explain出來的資訊有12列,分別是id、select-type、table、partitions、pe、possible-keys、key、key-len、ref、rows、filtered、Extra
概要描述
id:選擇識別符號
select-type:表示查詢的型別
table:表示表的連線型別
partitions:匹配的分割槽
type:表示表的連線型別
possible-keys:表示查詢時,可能使用的索引
keys:表示實際使用的索引
key-len:索引欄位的長度
ref:列與索引的比較
rows:掃描出的行數(估計的行數)
filtered:按表的條件過濾的行百分比
Extra:執行情況的描述和說明
是explanation。a statement or account that makes something clear 解釋;說明 the birth rate is central to any explanation of population trends. 出生率是說明人口趨勢的關鍵。 ■a reason or justification given for an action or belief 原由;解釋 Freud tried to make sex the explanation for everything. 弗洛伊德試圖用性來解釋一切。 [mass noun]my application was rejected without explanation. 我的申請被無緣無故地拒絕了。 祝樓主進步!