Re: clog_redo causing very long recovery time - Mailing list pgsql-hackers

From Tom Lane
Subject Re: clog_redo causing very long recovery time
Date
Msg-id 28657.1304948386@sss.pgh.pa.us
Whole thread Raw
In response to Re: clog_redo causing very long recovery time  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> I agree with Tom about the need for a fix that prevents generation of
> repeated WAL records.

> OTOH, I also like Joe's fix in the recovery code to avoid responding
> to repeated records.

> Can we have both please?

Why?  The patch in the recovery code is seriously ugly, and it won't
do anything useful once we've fixed the other end.  Please notice also
that we'd need several instances of that kluge if we want to cover all
the SLRU-based cases.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Roberto Mello
Date:
Subject: Re: Re: [pgsql-advocacy] New Canadian nonprofit for trademark, postgresql.org domain, etc.
Next
From: Tom Lane
Date:
Subject: Re: "make check" in src/test/isolation is unworkable