0

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?

4

1 回答 1

0

一个 B+ 树,所有列值以适当的顺序连接到键中。

于 2012-08-14T01:15:27.573 回答