Re: PG17 optimizations to vacuum

Поиск
Список
Период
Сортировка
От Melanie Plageman
Тема Re: PG17 optimizations to vacuum
Дата
Msg-id CAAKRu_aBthDxatwzR-wQ8bWfYehuxYgAO0g6AMPFyVgdOxfS4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PG17 optimizations to vacuum  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: PG17 optimizations to vacuum
Список pgsql-general
On Sun, Sep 1, 2024 at 6:00 PM Peter Geoghegan <pg@bowt.ie> wrote:
>
> On Sun, Sep 1, 2024 at 5:44 PM Pavel Luzanov <p.luzanov@postgrespro.ru> wrote:
> > I see a perfectly working TID-store optimization.
> > With reduced maintenance_work_mem it used only one 'vacuuming indexes'
> > phase instead of 21 in v16.
> > But I also expected to see a reduction in the number of WAL records
> > and the total size of the WAL. Instead, WAL numbers have significantly
> > degraded.
> >
> > What am I doing wrong?

I'll investigate more tomorrow, but based on my initial investigation,
there appears to be some interaction related to how much of the
relation is in shared buffers after creating the table and updating
it. If you set shared_buffers sufficiently high and prewarm the table
after the update, master has fewer WAL records reported by vacuum
verbose.

- Melanie



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