What Is Clustered Index And Non Clustered Index In MySQL?

What Is Clustered Index And Non Clustered Index In MySQL? A clustered index (SQL Server, MySQL/InnoDB) is a table stored in an index B-Tree structure. There is no second data structure (heap-table) for the table. A non-clustered index is an index that refers to another data structure containing further table columns. What is clustered and