Re: Performance problem. Could it be related to 8.3-beta4?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problem. Could it be related to 8.3-beta4?
Дата
Msg-id 26371.1199744598@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance problem. Could it be related to 8.3-beta4?  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-general
Greg Smith <gsmith@gregsmith.com> writes:
> The only thing I noticed in your original explain plans that was different
> between the two was:
> 8.2:
>                 Merge Cond: ((ut.n_time = ui.n_time) AND
> ((ut.usuario)::text = "inner"."?column4?"))
> 8.3:
>                 Merge Cond: ((ut.n_time = ui.n_time) AND
> ((ut.usuario)::text = (ui.usuario_nome)::text))

I believe that is just a cosmetic change: the EXPLAIN code in 8.2 and
before tended to punt (and print "?columnN?") for any but the simplest
references to subplan node outputs, whereas 8.3 will (in theory) get it
right all the time.  With no other visible differences, there's no
reason to think these plans are different.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Announcing PostgreSQL RPM Buildfarm
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Announcing PostgreSQL RPM Yum Repository