Re: Rewriting DISTINCT and losing performance

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Rewriting DISTINCT and losing performance
Дата
Msg-id 465162E6.4030205@agliodbs.com
обсуждение исходный текст
Ответ на Rewriting DISTINCT and losing performance  ("Chuck D." <pgsql-performance@nullmx.com>)
Ответы Re: Rewriting DISTINCT and losing performance  ("Chuck D." <pgsql-performance@nullmx.com>)
Список pgsql-performance
Chuck,

> explain analyze
> SELECT   country_id, country_name
> FROM     geo.country
> WHERE country_id IN
>  (select country_id FROM geo.city)
> ;
>
> -- won't complete in a reasonable amount of time.

Can we see the plan?

--Josh


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

Предыдущее
От: "Ralph Mason"
Дата:
Сообщение: Re: Ever Increasing IOWAIT
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Rewriting DISTINCT and losing performance