Skip to main content

One doc tagged with "improvement"

View all tags

DB Indexing

Indexing is a database optimization technique that creates a data structure (called an index) to improve the speed of data retrieval operations on a table. An index is similar to an index in a book: it allows the database to find rows much faster, without scanning the entire table.