1. Index

A separate data structure:

B+ Tree

// Example of index on email:
                [m@]
              /       \
        [f@]             [t@]
       /    \           /     \
 [a@][c@][e@]     [n@][r@][z@]

Clustered vs Secondary Index

Clustered Index (InnoDB primary key)