What is indexing used for in databases?

  • Data encryption
  • Data sorting and filtering
  • Database backup management
  • Efficient data retrieval
Indexing in databases is primarily used for efficient data retrieval. Indexes are data structures that improve the speed of data retrieval operations on a database table at the cost of additional space and decreased performance in data modification operations.
Add your answer
Loading...

Leave a comment

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