究竟什么是数据库索引?一句话
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
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