index
Impact of indices
Submitted by Shinguz on Fri, 2010-12-31 17:05It is generally well known that indices help a lot to speed up database queries (especially SELECT but also UPDATE and DELETE). It is less known, that indices also have some disadvantages.
One of these disadvantages is, that indices require space in memory and on disk. An other disadvantage of indices is, that they slow down DML statements like INSERT and DELETE.
We often see at our customers that they do not realized this behaviour. Now I found the time to show the impact of (too) many indices graphically.
In the following test scenario we created a simple table:
