Lingua-e
← Glossary

What does "index" mean in programming?

index is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.

Definition

A data structure that improves the speed of data retrieval operations in a database. Indexes trade additional storage space and slower writes for much faster reads on the indexed columns.

Example

"Add an index on the email column to speed up the login query."

Word forms

FormTypeMeaningExample
indexnounA data structure that speeds up lookups in a database"Add an index on the email column to speed up login queries."
indexverb (infinitive)To create an index on a database column"Index the foreign key columns for better join performance."
indexedpast tenseAlready has an index defined"The column is indexed so the query runs in milliseconds."

Related terms

Ready to practice your English at work?

Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.

Try Lingua-e for free