MySQL學習(五)--索引優化

索引類型:(存儲引擎層)緩存 索引分爲:普通索引(create index)、惟一索引(creare unique index)、主鍵索引(primary index)、全文檢索(fulltext)函數 索引語句: CREATE INDEX index_name ON table (column(lenght)) --直接建立索引 ALTER TABLE table_name ADD INDEX
相關文章
相關標籤/搜索