Re: why select count(*) consumes wal logs

Поиск
Список
Период
Сортировка
От Michael Nolan
Тема Re: why select count(*) consumes wal logs
Дата
Msg-id CAOzAquLTB7KVYod965fPkA3Mn1K5r7=Cp8RTyEiXjAzs2cq6Tg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: why select count(*) consumes wal logs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: why select count(*) consumes wal logs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general



On Tue, Nov 6, 2018 at 11:40 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:

That represents setting the yes-this-row-is-committed hint bits on the
newly loaded rows.  The first access to any such row will set that bit,
whether it's a select or a VACUUM or whatever.

Tom, does that include ANALYZE?
--
Mike Nolan

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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: Fwd: Log file
Следующее
От: "Ondřej Bouda"
Дата:
Сообщение: Re: backend crash on DELETE, reproducible locally