Friends:
Does anyone have an informed idea of how much typical/average/ball-
park overhead is added to an UPDATE or INSERT to a table when that
table has a unique index defined on a column or set of columns that is
present in the UPDATE or INSERT?
I expect the overhead to be very low because of fast disk drives,
index buffering, and the fact that the index entries are already
ordered, but am wondering if we're talking about 1ms, 2, 5, etc., and
what factors other than those I mention above will affect this
overhead cost.
Thanks,
--Jeff
Does anyone have an informed idea of how much typical/average/ball-
park overhead is added to an UPDATE or INSERT to a table when that
table has a unique index defined on a column or set of columns that is
present in the UPDATE or INSERT?
I expect the overhead to be very low because of fast disk drives,
index buffering, and the fact that the index entries are already
ordered, but am wondering if we're talking about 1ms, 2, 5, etc., and
what factors other than those I mention above will affect this
overhead cost.
Thanks,
--Jeff
Comment