advantages and disadvantages of index in computer science
Answers
Answered by
1
The disadvantages of indexes are as follows: They decrease performance on inserts, updates, and deletes. They take up space (this increases with the number of fields used and the length of the fields). Some databases will monocase values in fields that are indexed.
Similar questions