Re: Hint Bits and Write I/O

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Hint Bits and Write I/O
Дата
Msg-id 483EE689.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: Hint Bits and Write I/O  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: Hint Bits and Write I/O  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgsql-hackers
>>> On Wed, May 28, 2008 at  6:26 PM, in message
<483DEA2D.3010704@phlo.org>,
"Florian G. Pflug" <fgp@phlo.org> wrote: 
> I think we should put some randomness into the decision,
> to spread the IO caused by hit-bit updates after a batch load.
Currently we have a policy of doing a VACUUM FREEZE ANALYZE on a table
after a bulk load, or on the entire database after loading a pg_dump
of a database.  We do this before putting the table or database into
production.  This avoids surprising clusters of writes at
unpredictable times.  Please don't defeat that.  (I'm not sure whether
your current suggestion would.)
-Kevin



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: intercepting WAL writes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Core team statement on replication in PostgreSQL