relhasindex(was RE: [HACKERS] Proposed Changes to PostgreSQL)

Hiroshi Inoue <inoue@tpf.co.jp>

From: "Hiroshi Inoue" <Inoue@tpf.co.jp>
To: "Bruce Momjian" <pgman@candle.pha.pa.us>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>, <pgsql-hackers@postgreSQL.org>, <pgsql-sql@postgreSQL.org>, "Chris" <chris@bitmead.com>
Date: 2000-02-04T00:16:46Z
Lists: pgsql-hackers
> -----Original Message-----
> From: owner-pgsql-hackers@postgreSQL.org
> [mailto:owner-pgsql-hackers@postgreSQL.org]On Behalf Of Bruce Momjian
> 
> > Bruce Momjian wrote:
> > 
> > > > Well I see that pg_class has columns like "relhasindex". If 
> we added a
> > > > "relhassubclass", the overhead should be unmeasureable.
> > > 
> > > Yes, but how do you keep that accurate?  If I add indexes, then drop
> > > them, does relhasindex go to false. 
> > 
> > I don't know. Does it? 
> 
> Let me add that to the TODO list.
> 
> > 
> > >Could you do that for relhassubclass?
> > 
> > If we made it relnumsubclasses and incremented/decremented on
> > CREATE/DROP, it seems easy in theory.
> 
> Yes, that would work.  Seems hasindex has problems.
>

This posting may be off the point,sorry.

Isn't relhasindex a kind of item that we can live without it ?
I proposed to change the use of this item in [[HACKERS] Index
recreation in vacuum].  Though I have heard no clear objection,
I want to confirm again.  My proposal is as follows.

1) DDL commands don't rely on relhasindex.
2) DML commands don't take indexes into account if
    relhasindex is set to false.
3) REINDEX command and vacuum with REINDEX option
    sets this flag to false at the beginning and sets it to true
    when recreation of all indexes completed.

Comments ?

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp