AW: SourceForge & Postgres

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: SourceForge & Postgres
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368172@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> I have an index on group_id, one on
> (group_id,status_id) and one on (group_id,status_id,assigned_to) 

As an aside notice: you should definitely only need the last of the
three indices, since it can perfectly work on group_id
or group_id + status_id only restrictions.

Andreas


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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: (one more time) Patches with vacuum fixes available .
Следующее
От: mlw
Дата:
Сообщение: Re: SourceForge & Postgres