direct_cp 1.0.0 is released! - Mailing list pgsql-announce

From Mitsumasa KONDO
Subject direct_cp 1.0.0 is released!
Date
Msg-id CADupcHVBt8MXYBUBL3Y_5r74yGUtHvjKQm57ne1pJH4ZvmfSMA@mail.gmail.com
Whole thread Raw
List pgsql-announce
Hi all,

Last week, we released direct_cp that is archiving WAL command without waste file caches.
In general, archiving WAL copy cause less performance, because it creates a lot of not re-accessed OS file caches. To use direct_cp, OS file caches are more efficiently used in PostgreSQL. It can easy to use that replace cp command with direct_cp at archive command in postgresql.conf.

* Install package is under following.

* Performance test in archive mode is under following.
direct_cp can realize better performance than normal cp command. 

* Online manual is under following.

This software is BSD License.
Please apply it to your postgres with archiving mode.

Regards,
--
Mitsumasa KONDO
NTT Open Source Software Center

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - October 28 2013 ==
Next
From: Mitsumasa KONDO
Date:
Subject: pg_statsinfo 2.5.0 and pg_stats_reporter 2.0.0 are released!