From: | Koichi Suzuki <suzuki(dot)koichi(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | Full page writes improvement, code update |
Date: | 2007-03-27 02:52:24 |
Message-ID: | 460886E8.6040907@oss.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Hi,
Here's an update of a code to improve full page writes as proposed in
http://archives.postgresql.org/pgsql-hackers/2007-01/msg01491.php
and
http://archives.postgresql.org/pgsql-patches/2007-01/msg00607.php
Update includes some modification for error handling in archiver and
restoration command.
In the previous threads, I posted several evaluation and shown that we
can keep all the full page writes needed for full XLOG crash recovery,
while compressing archive log size considerably better than gzip, with
less CPU consumption. I've found no further objection for this proposal
but still would like to hear comments/opinions/advices.
Regards;
--
Koichi Suzuki
Attachment | Content-Type | Size |
---|---|---|
pg_lesslog.tgz | application/octet-stream | 25.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Saito | 2007-03-27 03:01:41 | Re: Proposal: Adding JIS X 0213 support |
Previous Message | Tatsuo Ishii | 2007-03-27 02:48:32 | Re: Proposal: Adding JIS X 0213 support |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-03-27 08:29:38 | Re: Fast CLUSTER |
Previous Message | Jeremy Drake | 2007-03-27 02:18:38 | Re: patch adding new regexp functions |