Index Type
Isha only reaches for Index Type when lookup by roll has to stay correct in a big table.
Keep Index Type small. Isha should finish lookup by roll in a few lines, not a 40-line dump.
Skip Index Type and indexing a low-cardinality flag only shows up in a big table.
Isha ships Index Type in a big table. That is the use case worth saying.
Index Type miss — indexing a low-cardinality flag only. Fix it before you talk about advanced SQL.
Place Index Type next to nearby SQL work — PRIMARY KEY(roll) + INDEX is the link.
One breath for Index Type, then lookup by roll, then indexing a low-cardinality flag only. Sit down.
For Index Type: definition + a big table + one failure.