Re: Postgres 17.4 is much slower than Postgres 15.12 using RECURSIVE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres 17.4 is much slower than Postgres 15.12 using RECURSIVE
Дата
Msg-id 775999.1745848757@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres 17.4 is much slower than Postgres 15.12 using RECURSIVE  (marcos sicat <marcos.sicat@atlasifs.com>)
Ответы Re: Postgres 17.4 is much slower than Postgres 15.12 using RECURSIVE
Список pgsql-bugs
marcos sicat <marcos.sicat@atlasifs.com> writes:
> The function is the same between v15 and v17.  Is there a subtle difference in performance for nested subqueries in
v17?

Your next step should be to compare the plans for the function's
query.  The auto_explain or pg_stat_statements extensions could
be used to check that in-situ, if manually EXPLAINing that query
doesn't yield insight.

            regards, tom lane



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