G
Garret
I have a question that doesn't apply exactly to anything I am building,
but I think I should know it. What is the point of indexes? I can see
why primary keys have indexes - so that each record is unique in one or
more fields. Other fields that are characteristics of the primary key
I can see logically as not having any uniqueness to them. Yet there
lies third case of having an Index with duplicates OK. Where would
this be used? Everywhere I look it just says indexes speed up searches
and slow down updates - which doesn't mean anything to me. Can anyone
who knows about this provide a little info for me? Much Thanks.
but I think I should know it. What is the point of indexes? I can see
why primary keys have indexes - so that each record is unique in one or
more fields. Other fields that are characteristics of the primary key
I can see logically as not having any uniqueness to them. Yet there
lies third case of having an Index with duplicates OK. Where would
this be used? Everywhere I look it just says indexes speed up searches
and slow down updates - which doesn't mean anything to me. Can anyone
who knows about this provide a little info for me? Much Thanks.