|
|
|
|
|
by sgarland
869 days ago
|
|
InnoDB, the default engine of MySQL, uses a clustering index. Last I checked, it's the most popular (in terms of installations) RDBMS in the world. Clustering indexes make a lot of sense for many workloads, you just have to design your data model with them in mind. |
|