From: Bruce Momjian Date: Wed, 14 Jun 2006 22:31:53 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_2_BETA1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d21abd7336f5a2cac86c8c9f81482f8702c44f9;p=postgresql Add: > > * Consider increasing internal areas when shared buffers is increased > > http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php --- diff --git a/doc/TODO b/doc/TODO index e66c16ffbb..88784074a2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Jun 14 18:22:53 EDT 2006 +Last updated: Wed Jun 14 18:31:29 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1039,6 +1039,10 @@ Cache Usage around to the beginning, rather than always starting sequential scans at the start of the table. +* Consider increasing internal areas when shared buffers is increased + + http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php + Vacuum ====== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d3356696eb..4cc329ea98 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Jun 14 18:22:53 EDT 2006 +Last updated: Wed Jun 14 18:31:29 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -934,6 +934,9 @@ first. numbered buffer in the shared cache, and when reaching the end wrap around to the beginning, rather than always starting sequential scans at the start of the table. +

+
  • Consider increasing internal areas when shared buffers is increased +

    http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php

  • Vacuum