AW: [HACKERS] Re: Let's talk up 6.3

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SARZ
Тема AW: [HACKERS] Re: Let's talk up 6.3
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A5240@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: [HACKERS] Re: Let's talk up 6.3  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: AW: [HACKERS] Re: Let's talk up 6.3  (dg@illustra.com (David Gould))
Список pgsql-hackers
> Would a rule be that
> if the first attribute of an index is unique, then additional
> attributes are basically useless?

For PostgreSQL this is currently true, since indexes are currently not
used for order by. If you have a unique first column in an index,
then all following columns could only be used for sorting,
not for faster access (access actually gets worse).

Andreas


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

Предыдущее
От: Paul Raines
Дата:
Сообщение: Re: Let's talk up 6.3
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: Let's talk up 6.3