mysql索引是怎麼存儲的(MyISAM/InnoDB)

mysql索引實現原理 閱讀目錄 Myisam引擎(非聚集索引)  Innodb引擎(聚集索引) 什麼是索引:   索引是一種高效獲取數據的存儲結構,例:hash、 二叉、 紅黑。   Mysql爲什麼不用上面三種數據結構而採用B+Tree:     若僅僅是  select * from table where id=45  , 上面三種算法可以輕易實現,但若是select * from tab
相關文章
相關標籤/搜索