Concept

  • Indexes are data structures that speed up data retrieval by quickly pointing to the location of data in a table.

Example

  • An index on the exerciseName column can accelerate search queries for exercises.

Source