Re: [SQL] Optimizing ORDER BY with indexes?

Поиск
Список
Период
Сортировка
От Dirk Lutzebaeck
Тема Re: [SQL] Optimizing ORDER BY with indexes?
Дата
Msg-id 14462.60862.309797.178045@ampato.aeccom.com
обсуждение исходный текст
Ответ на Re: [SQL] Optimizing ORDER BY with indexes?  (Dirk Lutzebaeck <lutzeb@aeccom.com>)
Список pgsql-sql
Dirk Lutzebaeck writes:> Dirk Lutzebaeck writes:>  > >  > I'm forced to used ORDER BY on large tables which then takes
quite> > long. Is there a chance to create/optimize an index for ORDER BY?>  > Or could I write an index method on my
own?How would it look like?>  > >  > Are there any other possiblities to speed up ORDER BY?> > Reading about indexes in
theBowman SQL book I think a > _clustered index_ is needed for the problem above.> Does Postgresql support these?
 

Ok, I'm talking to my self here:

man cluster

RTFM.

Dirk



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

Предыдущее
От: Dirk Lutzebaeck
Дата:
Сообщение: Re: [SQL] Optimizing ORDER BY with indexes?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] key set delete query