Re: [ADMIN] Big sized materialized views break replication
От | Achilleas Mantzios |
---|---|
Тема | Re: [ADMIN] Big sized materialized views break replication |
Дата | |
Msg-id | 5891CB47.2090104@matrix.gatewaynet.com обсуждение исходный текст |
Ответ на | [ADMIN] Big sized materialized views break replication (Κοκμάδης Δημήτριος <dkokmadis@gmail.com>) |
Ответы |
Re: [ADMIN] Big sized materialized views break replication
|
Список | pgsql-admin |
Of course your problems is with the high latency cloud servers.
You are using 9.4 so this is the time to use the feature introduced in 9.4 called : replication slots.
Read the docs, replication slots address the problems you are now facing.
On 01/02/2017 13:13, Κοκμάδης Δημήτριος wrote:
You are using 9.4 so this is the time to use the feature introduced in 9.4 called : replication slots.
Read the docs, replication slots address the problems you are now facing.
On 01/02/2017 13:13, Κοκμάδης Δημήτριος wrote:
Hi,- max_replication_slots is 0 the default value- it is internal network 1GB- How can I check this? I think all my wal files are 16MBSamed:My Postgres version is 9.4 and I use the refresh command.I have also to notice that I have 4 replication servers and the problem happens most of the times in cloud servers. In bare metal server, most times refresh works without problem.Regards,Dimitris2017-02-01 13:02 GMT+02:00 Achilleas Mantzios <achill@matrix.gatewaynet.com>:Για σου Δημήτρη,
you will have to give more info on :
- setup of replication slots
- speed/latency of connection between primary and standby
- size of wals produced during the recreation of materialization
On 01/02/2017 12:39, Κοκμάδης Δημήτριος wrote:Hello,I use hot standby replication mode.When I try to recreate big sized materialised views, about 3G size, the replication breaks and I have to resync it.Is there any way to avoid it?My master server settingsshared_buffers = 30GBwork_mem = 3146kBmaintenance_work_mem = 2GBdynamic_shared_memory_type = posix # the default is the first optionwal_level = hot_standbywal_buffers = 16MBcheckpoint_segments = 128checkpoint_completion_target = 0.9max_wal_senders = 128wal_keep_segments = 8effective_cache_size = 90GBdefault_statistics_target = 100logging_collector = on # Enable capturing of stderr and csvloglog_directory = '/var/log/postgresql' # directory where log files are written,log_filename = 'postgresql-%Y-%m-%d.log' # log file name pattern,log_rotation_age = 1d # Automatic rotation of logfiles willlog_min_duration_statement = 3000 # -1 is disabled, 0 logs all statementslog_line_prefix = '%t ' # special values:log_timezone = 'localtime'stats_temp_directory = '/var/run/postgresql/9.4-main.pg_stat_tmp' autovacuum = on # Enable autovacuum subprocess? 'on'log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions andautovacuum_max_workers = 3 # max number of autovacuum subprocessesautovacuum_naptime = 15min # time between autovacuum runsautovacuum_vacuum_threshold = 50 # min number of row updates beforeautovacuum_analyze_threshold = 50 # min number of row updates beforeRegards,Dimitris-- Achilleas Mantzios IT DEV Lead IT DEPT Dynacom Tankers Mgmt
-- Achilleas Mantzios IT DEV Lead IT DEPT Dynacom Tankers Mgmt
В списке pgsql-admin по дате отправления: