From 8d21abd7336f5a2cac86c8c9f81482f8702c44f9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 Jun 2006 22:31:53 +0000 Subject: [PATCH] Add: > > * Consider increasing internal areas when shared buffers is increased > > http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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

    -- 2.40.0