Re: index question..

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: index question..
Date: 2002-11-13 17:41:22
Message-ID: AB815D267EC31A4693CC24D234F8291602E591F4@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I thought reindexing was only to be used on corrupt tables.. will
vacumming fix the problem?

Travis

-----Original Message-----
From: scott.marlowe [mailto:scott(dot)marlowe(at)ihs(dot)com]
Sent: Wednesday, November 13, 2002 11:22 AM
To: Williams, Travis L, NPONS
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] index question..

On Wed, 13 Nov 2002, Williams, Travis L, NPONS wrote:

> Do indexs need to be dropped/recreated or reindex'd or something to
keep them current?

Indexes are updated on the fly. But sometimes they lose track of
deleted
index entries and to regain space and improve performance, reindexing
may
be necessary for certain circumstances.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Williams, Travis L, NPONS 2002-11-13 17:49:10 readline help
Previous Message scott.marlowe 2002-11-13 17:40:32 Re: Connection startup overhead