Computer Science, asked by amitkumar2676p5qtd0, 1 year ago


It is usually a bad idea to create indexes on every attribute because

Answers

Answered by avnichand
0
what is ur question....I don't understand
Answered by writersparadise
0

It is usually a bad idea to create indexes on every attribute because


*Each index needs additional disk I/O overhead and CPU time and during deletions and inserts.


*Indexes on attributes other than primary keys may have to be changed when updates take place, although a primary key index might not need the change.


*Each additional index requires extra storage space.
Similar questions