Re: slow plan on join when adding where clause

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: slow plan on join when adding where clause
Дата
Msg-id hp1fsb$t0r$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на slow plan on join when adding where clause  ("L. Loewe" <lloewe@hotmail.com>)
Ответы Re: slow plan on join when adding where clause  (Mladen Gogala <mgogala@vmsinfo.com>)
Список pgsql-novice
On 2010-03-29, L. Loewe <lloewe@hotmail.com> wrote:
> Hi all

> SELECT  * FROM  events, main WHERE  main.ti > events.start and
>                                      main.ti < events.stop and sensor_id=1;

create index main_ti_sid on main(sensor_id,ti);


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fwd: Need Help Enabling Remote Connections
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: slow plan on join when adding where clause