It is known that if on the field by which you often make a SELECT
hang an index of type INDEX
, then the selection from the base will occur several times faster. But also on the forums they write that with this increases the time of INSERT
, UPDATE
requests, because need to update the index. This is all clear and no complaints. :)
The question is, does the time of INSERT
, UPDATE
queries increase, if the field on which the INDEX
type index is set does not change during these queries?
PS I hope the essence of the question is clear :)