Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items
Дата
Msg-id CAH2-Wzm2BPMD0JFVgUtpC-YGM6zjrwJJ6ixYOCSKr8QNoNuz3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items  (James Coleman <jtc331@gmail.com>)
Ответы Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items  (James Coleman <jtc331@gmail.com>)
Список pgsql-hackers
On Thu, Apr 9, 2020 at 6:47 PM James Coleman <jtc331@gmail.com> wrote:
> I believe the write pattern to this table likely looks like:
> - INSERT
> - UPDATE
> - DELETE
> for every row. But tomorrow I can do some more digging if needed.

The pg_stats.null_frac for the column/index might be interesting here. I
believe that Active Record will sometimes generate created_at columns
that sometimes end up containing NULL values. Not sure why.


--
Peter Geoghegan



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

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [HACKERS] make async slave to wait for lsn to be replayed