Re: Postgres refusing to use >1 core

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Postgres refusing to use >1 core
Дата
Msg-id 4DCB346E.8070608@agliodbs.com
обсуждение исходный текст
Ответ на Re: Postgres refusing to use >1 core  (Shaun Thomas <sthomas@peak6.com>)
Ответы Re: Postgres refusing to use >1 core  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On 5/11/11 3:04 PM, Shaun Thomas wrote:
> The original query, with our very large tables, ran for over *two hours*
> thanks to a nested loop iterating over the subquery. My replacement ran
> in roughly 30 seconds. If we were using a newer version of PG, we could
> have used a CTE. But do you get what I mean? Temp tables are a fairly
> common technique, but how would a coder know about CTEs? They're pretty
> new, even to *us*.

For that matter, it would be even better if PostgreSQL realized that a
materialize of the subquery was a better execution plan, and just did it
for you.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

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

Предыдущее
От:
Дата:
Сообщение: Re: Postgres refusing to use >1 core
Следующее
От: Aren Cambre
Дата:
Сообщение: Re: Postgres refusing to use >1 core