Re: VACUUM (INDEX_CLEANUP OFF) and GIN indexes

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: VACUUM (INDEX_CLEANUP OFF) and GIN indexes
Дата
Msg-id CAH2-Wzk3JfYDbAVrrCJe_+GzgBbLBKXuz=f1LXNtx5s8gPt=Kw@mail.gmail.com
обсуждение исходный текст
Ответ на VACUUM (INDEX_CLEANUP OFF) and GIN indexes  (Christophe Pettus <xof@thebuild.com>)
Ответы Re: VACUUM (INDEX_CLEANUP OFF) and GIN indexes  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general
On Tue, Apr 25, 2023 at 9:18 AM Christophe Pettus <xof@thebuild.com> wrote:
> Does VACUUM (INDEX_CLEANUP OFF) flush the pending list for GIN indexes, or is that skipped as well?

It's skipped by VACUUM, but not by ANALYZE. So if you're using the
reloption version of index_cleanup=off, it isn't necessarily going to
stop autovacuum/autoanalyze from doing pending list cleanup.

The ANALYZE pending list cleanup path has some problems:

https://postgr.es/m/CAH2-WzkjrK556enVtFLmyXEdw91xGuwiyZVep2kp5yQT_-3JDg@mail.gmail.com


--
Peter Geoghegan



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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: VACUUM (INDEX_CLEANUP OFF) and GIN indexes
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: VACUUM (INDEX_CLEANUP OFF) and GIN indexes