Indexes in MySQL
What is an index?
An index is a -
A separate data structure - It is separate from the actual table.
A copy of (part of) our data - Whenever we add an index to any column or columns in a table, it copies a part of the data into the index table.
Point...
shreyanshgupta.hashnode.dev9 min read