Computer Science, asked by KMANISH3231, 1 year ago

Explain Some Disadvantages Of The Indexes?

Answers

Answered by subho5543
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 areindexed.

Similar questions