The main reason for choosing database indexes is to improve theperformance of the database.
Solution
The main reason for choosing database indexes is to improve theperformance of the database.
Indexing is a way to optimize performance of a database byminimizing the number of disk accesses required when a query isprocessed.
An index or database index is a data structure which is used toquickly locate and access the data in a database table.