Add URL for:
* Reduce WAL traffic so only modified values are written rather than entire rows > > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php >
This commit is contained in:
parent
43666e8216
commit
bd097ccdd4
7
doc/TODO
7
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Tue Apr 3 11:51:25 EDT 2007
|
Last updated: Wed Apr 4 22:08:46 EDT 2007
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1327,7 +1327,10 @@ Write-Ahead Log
|
|||||||
* Allow WAL traffic to be streamed to another server for stand-by
|
* Allow WAL traffic to be streamed to another server for stand-by
|
||||||
replication
|
replication
|
||||||
* Reduce WAL traffic so only modified values are written rather than
|
* Reduce WAL traffic so only modified values are written rather than
|
||||||
entire rows?
|
entire rows
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php
|
||||||
|
|
||||||
* -Allow the pg_xlog directory location to be specified during initdb
|
* -Allow the pg_xlog directory location to be specified during initdb
|
||||||
with a symlink back to the /data location
|
with a symlink back to the /data location
|
||||||
* Allow WAL information to recover corrupted pg_controldata
|
* Allow WAL information to recover corrupted pg_controldata
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Tue Apr 3 11:51:25 EDT 2007
|
Last updated: Wed Apr 4 22:08:46 EDT 2007
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1178,7 +1178,9 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Allow WAL traffic to be streamed to another server for stand-by
|
</li><li>Allow WAL traffic to be streamed to another server for stand-by
|
||||||
replication
|
replication
|
||||||
</li><li>Reduce WAL traffic so only modified values are written rather than
|
</li><li>Reduce WAL traffic so only modified values are written rather than
|
||||||
entire rows?
|
entire rows
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php</a>
|
||||||
|
</p>
|
||||||
</li><li>-<em>Allow the pg_xlog directory location to be specified during initdb</em>
|
</li><li>-<em>Allow the pg_xlog directory location to be specified during initdb</em>
|
||||||
with a symlink back to the /data location
|
with a symlink back to the /data location
|
||||||
</li><li>Allow WAL information to recover corrupted pg_controldata
|
</li><li>Allow WAL information to recover corrupted pg_controldata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user