V4 of PITR performance improvement for 8.4 - Mailing list pgsql-hackers

From Koichi Suzuki
Subject V4 of PITR performance improvement for 8.4
Date
Msg-id a778a7260901120520r30af40famde09576c22d963a8@mail.gmail.com
Whole thread Raw
Responses Re: V4 of PITR performance improvement for 8.4  ("Koichi Suzuki" <koichi.szk@gmail.com>)
List pgsql-hackers
This is V4 patch to improve file read during startup for review.

Basic algorithm is same as V3 but works with Gregory's fadvise patch.

http://archives.postgresql.org/pgsql-hackers/2009-01/msg00026.php

This patc also include additional patch for posix_fadvise to skip
prefetch of pages which does not exist.

We still need a patch to work this with syncronous replication, which
will be posted by the end of this week.

Regards;

-- 
------
Koichi Suzuki


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Hot standby, slot ids and stuff
Next
From: Simon Riggs
Date:
Subject: Re: Recovery Test Framework