Re: simple question

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Rick Gigger <rick(at)alpinenetworking(dot)com>
Cc: Doug McNaught <doug(at)mcnaught(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: simple question
Date: 2003-11-13 22:38:47
Message-ID: 20031113223847.GB23638@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Nov 13, 2003 at 12:06:05 -0700,
Rick Gigger <rick(at)alpinenetworking(dot)com> wrote:
>
> Is REINDEX something that needs to be done on a periodic basis?

In version prior to 7.4 some patterns of use will require periodic
reindexing. The problem case is when the index column monoticly
increases (or decreases) and old values eventually get deleted.
In this case the index blocks for the deleted values don't get
reused and the size of the index will continually grow.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Stokes 2003-11-13 23:26:31 Database Corruption ?
Previous Message scott.marlowe 2003-11-13 22:25:44 Re: More Praise for 7.4RC2