Re: reindexdb program error under PG 8.1.3

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: David Wall <d(dot)wall(at)computer(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: reindexdb program error under PG 8.1.3
Date: 2006-05-26 02:03:01
Message-ID: 200605252203.02160.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 25 May 2006 19:34, David Wall wrote:
> Rats! I found nothing.... But just for grins, I ran the reindexdb
> program a second time, and this time it reported a different OID, higher
> than the previous. I know we didn't change the template1 database other
> than using it when creating new databases, creating users, tablespaces,
> etc.
>
> My guess is this is somehow related to the reindexdb program. Do you
> know if there's any advantage to using the reindexdb program versus
> running the psql commands REINDEX DATABASE and REINDEX SYSTEM?
>
> When reading the docs, I'm beginning to wonder if it's even necessary to
> do the reindexing. I think it may be a holdover from earlier thinking
> that doesn't apply anymore. I believe the idea is that as rows are
> inserted, updated and deleted, the index can get rather scrambled, and
> that reindexing often sorts the values and rewrites that data so that
> the indexes take less space and work faster. Is that not the case here?
>

It really isn't neccessary. That said, there is *something* going on with your
db, so it might be prudent to figure out what it is.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wall 2006-05-26 02:27:08 Re: reindexdb program error under PG 8.1.3
Previous Message ljb 2006-05-26 01:50:28 Re: 8.1.4: Who says "PHP deprecated addslashes since 4.0"?