redundent index?

Поиск
Список
Период
Сортировка
От Robert Treat
Тема redundent index?
Дата
Msg-id 1067436236.2069.28785.camel@camel
обсуждение исходный текст
Ответы Re: redundent index?
Список pgsql-performance
I just noticed on one of my tables I have the following two indexes:

Indexes: entity_watch_map_pkey primary key btree (entity_id, watch_id),
         ewm_entity_id btree (entity_id),


I can't think of why the second index is there, as ISTM there is no
instance where the first index wouldn't be used in place of the second
one if i were to delete the second one. its a heavily updated table, so
axing the second one would be a bonus for performance, am i missing
something? Thanks in advance,


Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


В списке pgsql-performance по дате отправления:

Предыдущее
От: Jeff
Дата:
Сообщение: Re: Adding foreign key performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Very Poor Insert Performance