WAL Restore process during recovery

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: WAL Restore process during recovery
Date: 2012-01-15 17:06:01
Message-ID: CA+U5nMJMtG9wr_QtaV2oQNx9N-Z56R53LgMm8TeDD0sA=jkf8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

WALRestore process asynchronously executes restore_command while
recovery continues working.

Overlaps downloading of next WAL file to reduce time delays in file
based archive recovery.

Handles cases of file-only and streaming/file correctly.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
walrestore_process.v1.patch text/x-patch 38.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-01-15 17:20:44 Re: pgstat documentation tables
Previous Message Andrew Dunstan 2012-01-15 16:08:05 Re: JSON for PG 9.2