Re: [PoC] Improve dead tuple storage for lazy vacuum

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PoC] Improve dead tuple storage for lazy vacuum
Дата
Msg-id CA+TgmoaVp=C-Wbbo+4oD5eFM7J_uUf+arwB+RBhdika1kb5WCg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PoC] Improve dead tuple storage for lazy vacuum  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Fri, Jul 30, 2021 at 3:34 PM Andres Freund <andres@anarazel.de> wrote:
> The lower memory usage also often will result in a better cache
> utilization - which is a crucial factor for index vacuuming when the
> index order isn't correlated with the heap order. Cache misses really
> are a crucial performance factor there.

Fair enough.

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



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Have I found an interval arithmetic bug?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Asynchronous and "direct" IO support for PostgreSQL.