Re: A performance issue with Memoize

Поиск
Список
Период
Сортировка
От Richard Guo
Тема Re: A performance issue with Memoize
Дата
Msg-id CAMbWs4_Axa6sxMx4f5jk-iiJwVio_jv8PJijDMf6-Hg2g8Cifw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A performance issue with Memoize  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers

On Fri, Oct 20, 2023 at 7:43 PM Pavel Stehule <pavel.stehule@gmail.com> wrote:
+1

it would be great to fix this problem - I've seen this issue a few times.

Thanks for the input.  I guess this is not rare in the real world.  If
the subquery contains lateral reference to a Var that also appears in
the subquery's join clauses, we'd probably suffer from this issue.

Thanks
Richard

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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: A performance issue with Memoize
Следующее
От: Andrei Lepikhov
Дата:
Сообщение: Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements