PostgreSQL TODO List
====================
-Last updated: Tue Jul 5 15:37:49 EDT 2005
+Last updated: Tue Jul 5 18:59:32 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Reduce WAL traffic so only modified values are written rather than
entire rows?
-* Turn off full page writes if fsync is disabled
-
- If fsync is off, there is no purpose in writing full pages to WAL
-
* Add WAL index reliability improvement to non-btree indexes
* Allow the pg_xlog directory location to be specified during initdb
with a symlink back to the /data location
-Last updated: Tue Jul 5 15:37:49 EDT 2005
+Last updated: Tue Jul 5 18:59:32 EDT 2005
The most recent version of this document can be viewed at
Reduce WAL traffic so only modified values are written rather than
entire rows?
-
Turn off full page writes if fsync is disabled
-
If fsync is off, there is no purpose in writing full pages to WAL
-
Add WAL index reliability improvement to non-btree indexes
Allow the pg_xlog directory location to be specified during initdb
with a symlink back to the /data location