Skip to content

Performance

Database Indexing

What is an Index?

A database index is a data structure that improves the speed of read operations on a table or collection at the cost of additional storage and slower writes. Think of it like a book index — instead of scanning every page to find a topic, you look up the topic in the index and jump directly to the right page.