Re: Try to understand VACUUM and its settings

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Try to understand VACUUM and its settings
Дата
Msg-id 56155C7A.5040907@BlueTreble.com
обсуждение исходный текст
Ответ на Try to understand VACUUM and its settings  (Michael Chau <michael.chau@gameyourgame.com>)
Список pgsql-general
On 10/5/15 5:00 PM, Michael Chau wrote:
> So, do I need to run vacuum freeze on those tables? Also, if
> autovacuum_freeze_max_age is commented, does it still mean that the
> default is 200M?

Yes, and unless you're running a very high transaction rate you probably
don't need to mess with it. Likewise you normally don't need to
explicitly freeze, though it's not a bad idea to do so after a large
data load. Just make sure that there's no open transactions that were
started before the data load transaction when you run the VACUUM.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com


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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Shouldn't "WHEN (OLD.* IS DISTINCT FROM NEW.*)" clause be independent from data type?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: md5(large_object_id)