Disadvantages of the Indexes.- Every time data changes in the table, all the indexes need to be updated.
- Indexes need disk space. The more indexes you have, more disk space is used.
- Index decreases the performance on inserts, updates and deletes.
- It slows down the query performance.
|