Re: Query runs too long for indexed tables

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Query runs too long for indexed tables
Дата
Msg-id op.s7i5sfy2cigqcu@apollo13
обсуждение исходный текст
Ответ на Re: Query runs too long for indexed tables  ("Andrus" <eetasoft@online.ee>)
Список pgsql-performance

> UPDATE firma1.rid SET toode=NULL
>         WHERE toode IS NOT NULL AND
>         toode NOT IN (SELECT TOODE      FROM firma1.TOODE);

    Why not use a LEFT JOIN for this ?

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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: Query runs too long for indexed tables
Следующее
От: "Andrus"
Дата:
Сообщение: Re: Query runs too long for indexed tables