Re: V2 of PITR performance improvement for 8.4

From: "Koichi Suzuki" <koichi(dot)szk(at)gmail(dot)com>
To: "Fujii Masao" <masao(dot)fujii(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: V2 of PITR performance improvement for 8.4
Date: 2008-12-04 02:15:00
Message-ID: a778a7260812031815w396f6abbl1dfea94de20e5166@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)fujii(at)gmail(dot)com>:
> Hi,
>
> On Thu, Nov 27, 2008 at 9:04 PM, Koichi Suzuki <koichi(dot)szk(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2008-12-04 02:42:43 Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with
Previous Message Robert Haas 2008-12-04 02:08:14 Re: Simple postgresql.conf wizard