Re: JOINS and non use of indexes

Поиск
Список
Период
Сортировка
От Ian Cass
Тема Re: JOINS and non use of indexes
Дата
Msg-id 002d01c1defb$23603630$6602a8c0@salamander
обсуждение исходный текст
Ответ на JOINS and non use of indexes  ("Ian Cass" <ian.cass@mblox.com>)
Список pgsql-sql
Of course, the messages index looks like this...

CREATE INDEX messages_200204_ix2 ON messages_200204 USING btree (client_id,
user_name);

Duh!

> -- Index: messages_200204_ix1
> CREATE UNIQUE INDEX messages_200204_ix1 ON messages_200204 USING btree




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

Предыдущее
От: "Ian Cass"
Дата:
Сообщение: JOINS and non use of indexes
Следующее
От: Jaume Teixi
Дата:
Сообщение: best method for select within all dimensions of an array