Re: continuous copy/update one table to another

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема Re: continuous copy/update one table to another
Дата
Msg-id e4edc9361003010059w37c8884aof6f66893228e32a8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: continuous copy/update one table to another  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: continuous copy/update one table to another  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

W dniu 1 marca 2010 09:40 użytkownik Grzegorz Jaśkiewicz <gryzman@gmail.com> napisał:
don't use 'NOT EXISTS', as this will be damn slow. Use LEFT JOIN.


Right, LEFT JOIN should be faster (with proper indices even much faster).

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: continuous copy/update one table to another
Следующее
От: Adrian von Bidder
Дата:
Сообщение: Optimizer: ranges and partial indices? Or use partitioning?