Re: optimizing large query with IN (...)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: optimizing large query with IN (...)
Дата
Msg-id 200403120939.18797.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: optimizing large query with IN (...)  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance
Marcus,

> The problem, as I understand it, is that 7.4 introduced massive
> improvements in handling moderately large in() clauses, as long as they
> can fit in sort_mem, and are provided by a subselect.

Also, this problem may be fixed in 7.5, when it comes out.  It's a known
issue.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Sorting when LEFT JOINING to 2 same tables, even
Следующее
От: Greg Stark
Дата:
Сообщение: Re: severe performance issue with planner