Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 955ddc3

Browse files
committed
< * Consider adding buffers the BGW finds reusable to the free list
> * Consider adding buffers the background writer finds reusable to the > free list > > * Consider wither increasing BM_MAX_USAGE_COUNT improves performance > > http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php
1 parent 639c6cb commit 955ddc3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

doc/TODO

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue Mar 11 16:28:08 EDT 2008
4+
Last updated: Tue Mar 11 16:46:16 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1514,7 +1514,8 @@ Miscellaneous Performance
15141514
Implementing this requires the background writer to have access to system
15151515
catalogs and the transaction status log.
15161516

1517-
* Consider adding buffers the BGW finds reusable to the free list
1517+
* Consider adding buffers the background writer finds reusable to the
1518+
free list
15181519

15191520
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
15201521

@@ -1523,6 +1524,10 @@ Miscellaneous Performance
15231524

15241525
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
15251526

1527+
* Consider wither increasing BM_MAX_USAGE_COUNT improves performance
1528+
1529+
http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php
1530+
15261531
* Allow user configuration of TOAST thresholds
15271532

15281533
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php

doc/src/FAQ/TODO.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Mar 11 16:28:08 EDT 2008
11+
Last updated: Tue Mar 11 16:46:16 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1320,12 +1320,16 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
13201320
<p> Implementing this requires the background writer to have access to system
13211321
catalogs and the transaction status log.
13221322
</p>
1323-
</li><li>Consider adding buffers the BGW finds reusable to the free list
1323+
</li><li>Consider adding buffers the background writer finds reusable to the
1324+
free list
13241325
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</a>
13251326
</p>
13261327
</li><li>Automatically tune bgwriter_delay based on activity rather then using a
13271328
fixed interval
13281329
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</a>
1330+
</p>
1331+
</li><li>Consider wither increasing BM_MAX_USAGE_COUNT improves performance
1332+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php">http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php</a>
13291333
</p>
13301334
</li><li>Allow user configuration of TOAST thresholds
13311335
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php</a>

0 commit comments

Comments
 (0)