Computer Science, asked by raghav4711, 1 year ago

advantages and disadvantages of index in computer science​

Answers

Answered by ApexPredator619
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