Re: BUG #7602: Select with many joins against the same table is very slow compared to 9.2.0.

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BUG #7602: Select with many joins against the same table is very slow compared to 9.2.0.
Дата
Msg-id 507CC6C7.6060200@ringerc.id.au
обсуждение исходный текст
Ответ на BUG #7602: Select with many joins against the same table is very slow compared to 9.2.0.  (daniel.heden@sweco.se)
Ответы Re: BUG #7602: Select with many joins against the same table is very slow compared to 9.2.0.  (Hedén Daniel <Daniel.Heden@sweco.se>)
Список pgsql-bugs
On 10/15/2012 06:55 PM, daniel.heden@sweco.se wrote:
> The following bug has been logged on the website:
>
> Bug reference:      7602
> Logged by:          Daniel Hedén
> Email address:      daniel.heden@sweco.se
> PostgreSQL version: 9.2.1
> Operating system:   Windows 7 / Vista 64-Bit
> Description:
>
> Select with many joins against the same table is very slow compared to
> 9.2.0.
> In my case 16 times, this query takes a second max on 9.2.0 but on 9.2.1 it
> takes more than 30 minutes.

Could you have accidentally reset `join_collapse_limit` to its default
value?

Show `EXPLAIN ANALYZE` output for both old and new cases, if possible.
At least for the new one.

(Please reply to the mailing list, not to me).

--
Craig Ringer

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: BUG #6510: A simple prompt is displayed using wrong charset
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #7603: Application takes long time to fetch data from postgresql database