Index question

Поиск
Список
Период
Сортировка
От Jernej Kos
Тема Index question
Дата
Msg-id 200406071639.23867.kostko@jweb-network.net
обсуждение исходный текст
Ответы Re: Index question  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список pgsql-general
I have a query which orders data like this: ORDER BY a.col1, b.col2 where a
and b are different tables. Both tables are really big and so, ordering takes
quite a while. Now i would like to create an index to speed things up, but i
don't know how to create such an index that would cover both columns in
different tables.

Regards,
Kostko.
--
Kostko <kostko@jweb-network.net>
JWeb-Network

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

Предыдущее
От: Együd Csaba
Дата:
Сообщение: Re: pg_dump, bytea, dump order questions
Следующее
От: Maarten Boekhold
Дата:
Сообщение: Re: [HACKERS] CREATE DATABASE on the heap with PostgreSQL?