Re: Simplifying replication

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Simplifying replication
Дата
Msg-id 4CC90676.4080503@agliodbs.com
обсуждение исходный текст
Ответ на Re: Simplifying replication  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Simplifying replication  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
> I sort of agree with you that the current checkpoint_segments
> parameter is a bit hard to tune, at least if your goal is to control
> the amount of disk space that will be used by WAL files.  But I'm not
> sure your proposal is better.  Instead of having a complicated formula
> for predicting how much disk space would get used by a given value for
> checkpoint_segments, we'd have a complicated formula for the amount of
> WAL that would force a checkpoint based on max_wal_size.

Yes, but the complicated formula would then be *in our code* instead of 
being inflicted on the user, as it now is.

--                                   -- Josh Berkus                                     PostgreSQL Experts Inc.
                           http://www.pgexperts.com
 


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Composite Types and Function Parameters
Следующее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: plan time of MASSIVE partitioning ...