pgsql: Add: > * Speed WAL recovery by allowing more than one page to be

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Speed WAL recovery by allowing more than one page to be
Date: 2008-03-03 18:45:24
Message-ID: 20080303184524.643A8754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Speed WAL recovery by allowing more than one page to be prefetched
>
> This involves having a separate process that can be told which pages
> the recovery process will need in the near future.
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.2247 -> r1.2248)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2247&r2=1.2248)
pgsql/doc/src/FAQ:
TODO.html (r1.756 -> r1.757)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.756&r2=1.757)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-03 19:03:45 pgsql: Add: > > * Allow the UUID type to accept non-standard formats >
Previous Message Bruce Momjian 2008-03-03 18:09:09 pgsql: Remove "reliably" from chr(0) doc mention.