究竟什么是数据库索引?一句话

Indexing is a data structure that store all the values of a column, and whenever it’s necessary, we can search s specific value very fast

that’s why we are using B+ tree to do the indexing in MySQL

posted @ 2020-10-29 10:15  EvanMeetTheWorld  阅读(41)  评论(0)    收藏  举报