Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
yeah,we know that the mysql use the B+ tree to realize the index。 And, you can create union index(multiple column index) on the table.
I want to know how the MySql realize the multiple index, what the structure of the data?
一个 B+ 树,所有列值以适当的顺序连接到键中。