Answers

Question and Answer:

  Home  SQL Server Indexes

⟩ Explain Indexes disadvantages?

Use of intexes slow down Data modification operations (such as INSERT, UPDATE, DELETE).

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.

 166 views

More Questions for you: