Re: making update/delete of inheritance trees scale better

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: making update/delete of inheritance trees scale better
Дата
Msg-id CA+TgmoY8VBcBrwifvoi-j5tmy-2zH_wWg089TyjRGxXB=qCy3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: making update/delete of inheritance trees scale better  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Mar 31, 2021 at 1:24 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I agree that we have some existing behavior that's related to this, but
> it's still messy, and I couldn't find any evidence that suggested that the
> runtime lookup costs anything.  Typical subplans are going to deliver
> long runs of tuples from the same target relation, so as long as we
> maintain a one-element cache of the last lookup result, it's only about
> one comparison per tuple most of the time.

OK, that's pretty fair.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: using extended statistics to improve join estimates
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_amcheck contrib application