Re: V2 of PITR performance improvement for 8.4 - Mailing list pgsql-hackers

From Koichi Suzuki
Subject Re: V2 of PITR performance improvement for 8.4
Date
Msg-id a778a7260812031815w396f6abbl1dfea94de20e5166@mail.gmail.com
Whole thread Raw
In response to Re: V2 of PITR performance improvement for 8.4  ("Fujii Masao" <masao.fujii@gmail.com>)
List pgsql-hackers
Agreed.

I borrowed WAL parsing code from XLogdump and I think WAL parsing
should be another candidate.

2008/12/3 Fujii Masao <masao.fujii@gmail.com>:
> Hi,
>
> On Thu, Nov 27, 2008 at 9:04 PM, Koichi Suzuki <koichi.szk@gmail.com> wrote:
>> Please find enclosed a revised version of pg_readahead and a patch to
>> invoke pg_readahead.
>
> Some similar functions are in xlog.c and pg_readahead.c (for example,
> RecordIsValid). I think that we should unify them as a common function,
> which helps to develop the tool (for example, xlogdump) treating WAL in
> the future.
>
> Regards,
>
> --
> Fujii Masao
> NIPPON TELEGRAPH AND TELEPHONE CORPORATION
> NTT Open Source Software Center
>



-- 
------
Koichi Suzuki


pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: Kris Jurka
Date:
Subject: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with