Comment by sroussey
2 years ago
Awesome article!
I only wished that the reference to InnoDB storing data in the B tree itself is otherwise referred to as a clustered index.
MyISAM before it was non-clustered.
Oracle and others let you choose.
2 years ago
Awesome article!
I only wished that the reference to InnoDB storing data in the B tree itself is otherwise referred to as a clustered index.
MyISAM before it was non-clustered.
Oracle and others let you choose.
Good point! Yes, clustered index is one of the correct terms.