Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-20 Thread Dilip Kumar
On Tue, Sep 9, 2025 at 12:28 PM Amit Kapila wrote: > > On Mon, Sep 8, 2025 at 3:03 PM Nitin Motiani wrote: > > > > I'd like to propose a patch to allow accepting connections post recovery > > without waiting for the removal of old xlog files. > > > > Why : We have seen instances where the crash

[PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-18 Thread Nitin Motiani
Hi Hackers, I'd like to propose a patch to allow accepting connections post recovery without waiting for the removal of old xlog files. *Why* : We have seen instances where the *crash recovery takes very long (tens of minutes to hours) *if a large number of accumulated WAL files need to be cleane

Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-09 Thread Nitin Motiani
On Tue, Sep 9, 2025 at 1:23 PM Fujii Masao wrote: > > On Mon, Sep 8, 2025 at 6:33 PM Nitin Motiani wrote: > > > > Hi Hackers, > > > > I'd like to propose a patch to allow accepting connections post recovery > > without waiting for the removal of old xlog files. > > As another idea, could crash r

Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-09 Thread Dilip Kumar
On Tue, Sep 9, 2025 at 1:23 PM Fujii Masao wrote: > > On Mon, Sep 8, 2025 at 6:33 PM Nitin Motiani wrote: > > > > Hi Hackers, > > > > I'd like to propose a patch to allow accepting connections post recovery > > without waiting for the removal of old xlog files. > > As another idea, could crash r

Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-09 Thread Fujii Masao
On Mon, Sep 8, 2025 at 6:33 PM Nitin Motiani wrote: > > Hi Hackers, > > I'd like to propose a patch to allow accepting connections post recovery > without waiting for the removal of old xlog files. As another idea, could crash recovery avoid waiting for the end-of-recovery checkpoint itself to f

Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-08 Thread Amit Kapila
On Mon, Sep 8, 2025 at 3:03 PM Nitin Motiani wrote: > > I'd like to propose a patch to allow accepting connections post recovery > without waiting for the removal of old xlog files. > > Why : We have seen instances where the crash recovery takes very long (tens > of minutes to hours) if a large

Re: [PATCH] Accept connections post recovery without waiting for RemoveOldXlogFiles

2025-09-08 Thread Dilip Kumar
On Mon, Sep 8, 2025 at 3:03 PM Nitin Motiani wrote: > > Hi Hackers, > > I'd like to propose a patch to allow accepting connections post recovery > without waiting for the removal of old xlog files. > > Why : We have seen instances where the crash recovery takes very long (tens > of minutes to ho