Re: descending index

Поиск
Список
Период
Сортировка
От Pirtea Calin
Тема Re: descending index
Дата
Msg-id a5j8g3$1jhs$1@jupiter.hub.org
обсуждение исходный текст
Список pgsql-general
"Björn Lundin" wrote:
> Can't you use 'order by' with 'asc or desc' ?
> /Björn

Of course. I just wanted to know if there is a diference between using
order by field asc/desc regarding the way indexes are used in plans
when you execute a query. In Firebird when using order by desc it uses
the descending index if available if not then it uses natural scan with
sort descending. Does PostgreSQL use the ascending index both for
asc and desc order by?

Thanks in advance.

--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@rdsor.ro


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

Предыдущее
От: "Bart Callear"
Дата:
Сообщение: Re: Mysql - not again
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Re: System Messages