Re: max_connections different between primary and standby: is it possible?

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: max_connections different between primary and standby: is it possible?
Дата
Msg-id 20220203141937.adnbceyimpj44d6l@jrouhaud
обсуждение исходный текст
Ответ на Re: max_connections different between primary and standby: is it possible?  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Ответы Re: max_connections different between primary and standby: is it possible?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Thu, Feb 03, 2022 at 05:39:57PM +0530, Bharath Rupireddy wrote:
> 
> Agree that the standby should atleast have the capacity that the
> primary has in terms of resources. But what I don't like about that
> code is calling RecoveryRequiresIntParameter for each parameter
> separately and crashing the server FATALly for each insufficient
> parameter. Imagine if all the parameters were set to insufficient
> values on the standby and users keep setting the reported parameter to
> the right value and restart the server. At max, 5 FATAL failure-set
> right value-restart have to be performed. Instead, it would be better
> if the server emits a single log with all the insufficient
> parameters(max_connections, max_worker_processes, max_wal_senders,
> max_prepared_transactions and max_locks_per_transaction) values and
> crashes FATALly. The users can look at the logs at once, set all the

Sure, but one failed start / inspect logs / modify configuration / start will
always by longer than just reading the docs and making sure that the
configuration is appropriate.  It also won't help if you want to modify the
settings on your primary and make sure that you won't have an incident on your
HA setup.



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Can Postgres beat Oracle for regexp_count?
Следующее
От: Rama Krishnan
Дата:
Сообщение: Oracle to postgresql migration