Database index
A database index is an auxiliary structure that maps selected column values to locations of matching records. It speeds up retrieval at the cost of storage and maintenance during data changes.
A database index is an auxiliary structure that maps selected column values to locations of matching records. It speeds up retrieval at the cost of storage and maintenance during data changes.