PostgreSQL TODO List
====================
-Last updated: Tue Mar 18 14:40:32 EDT 2008
+Last updated: Tue Mar 18 19:32:48 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* 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.
+ This should be done utilizing the same infrastructure used for
+ prefetching in general to avoid introducing complex error-prone code
+ in WAL replay.
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
-Last updated: Tue Mar 18 14:40:32 EDT 2008
+Last updated: Tue Mar 18 19:32:48 EDT 2008
The most recent version of this document can be viewed at
of indexes on TOAST tables.
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.
+
This should be done utilizing the same infrastructure used for
+ prefetching in general to avoid introducing complex error-prone code
+ in WAL replay.