Re: Catching up with performance & PostgreSQL 15

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Catching up with performance & PostgreSQL 15
Дата
Msg-id 1345396.1669826188@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Catching up with performance & PostgreSQL 15  (Andres Freund <andres@anarazel.de>)
Ответы Re: Catching up with performance & PostgreSQL 15  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-performance
Andres Freund <andres@anarazel.de> writes:
> On November 30, 2022 3:47:32 AM PST, Andrew Dunstan <andrew@dunslane.net> wrote:
>> I think Alvaro's point is that it would have been better to work out
>> these wrinkles before turning on JIT by default. Based on anecdotal
>> reports from the field I'm inclined to agree.

> The problem is that back when it was introduced these problems didn't exist to a significant degree. JIT was
developedwhen partitioning was very minimal- and the problems we're seeing are almost exclusively with queries with
manypartitions. The problems really only started much more recently. It also wasn't enabled in the first release.. 

Well, wherever you want to pin the blame, it seems clear that we
have a problem now.  And I don't think flipping back to off-by-default
is the answer -- surely there is some population of users who will
not be happy with that.  We really need to prioritize fixing the
cost-estimation problems, and/or tweaking the default thresholds.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Catching up with performance & PostgreSQL 15
Следующее
От: Igor ALBUQUERQUE SILVA
Дата:
Сообщение: Geometric types row estimation