InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages and disadvantages of indexing in DBMS? |
|
Answer» Indexing is a technique for improving the database PERFORMANCE by reducing the number of disc accesses needed when a query is run. It's a data structure strategy for finding and accessing data in a database rapidly. The following are some of the benefits of indexes:
The cons of indexing are:
|
|