pg_replication_slots

From: Nicola Contu <nicola(dot)contu(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: pg_replication_slots
Date: 2017-11-29 15:39:41
Message-ID: CAMTZZh0n89bwkQoRzOaW0RxOS1FjZJbG2=CO6MFeJCxDvxHgaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
I just have few questions on the replication slots :

- is it possible to get size of the slot?
- if the slave is down, the table grows, when the slave comes up again,
will the table be flushed after pushing wals?
- will they impact performances on the master?

I'm just worried about the size.

Thank you

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steven Lembark 2017-11-29 17:02:10 Re: large numbers of inserts out of memory strategy
Previous Message Marti Raudsepp 2017-11-29 14:57:32 Re: seq vs index scan in join query