What role does indexing play in query optimization?

  • Adds redundancy to the database
  • Improves search performance by providing faster access to data
  • Reduces data integrity
  • Slows down query execution
Indexing plays a crucial role in query optimization by improving search performance. Indexes provide faster access to specific rows in a table, reducing the time it takes to retrieve data and optimizing query execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *