Re: Slot issues

From: Ravi Krishna <srkrishna1(at)aol(dot)com>
To: Vijaykumar Jain <vjain(at)opentable(dot)com>
Cc: bhargavpostgres(at)gmail(dot)com, andres(at)anarazel(dot)de, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Slot issues
Date: 2018-10-14 21:52:30
Message-ID: 81D72671-F26F-4E02-916C-3F85EB67462E@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The best part in Db2 HADR is that when the standby is catching up with the master after a long time, it will
start from the last LSN and fetch it from the primary WAL directory (active logs ). If not found, it will look for it
in the archived logs and start applying from there until the current point. No rep slot business.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2018-10-14 21:54:36 Re: Slot issues
Previous Message Ravi Krishna 2018-10-14 21:49:30 Re: Slot issues