mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add URLs for :
* 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-general/2007-12/msg00683.php > http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php <
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Mon Mar 17 22:36:56 EDT 2008
|
||||
Last updated: Mon Mar 17 23:59:39 EDT 2008
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -1510,10 +1510,11 @@ Write-Ahead Log
|
||||
|
||||
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-general/2007-12/msg00683.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
|
||||
|
||||
|
||||
|
||||
Optimizer / Executor
|
||||
====================
|
||||
|
||||
|
Reference in New Issue
Block a user