Implementatiion of Inheritance in Postgres

From: Ioannis Theoharis <theohari(at)ics(dot)forth(dot)gr>
To: pgsql-performance(at)postgresql(dot)org
Subject: Implementatiion of Inheritance in Postgres
Date: 2004-07-07 15:13:42
Message-ID: Pine.GSO.4.58.0407071813160.21985@calliope
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I would like to ask you where i can find information about the
implementation of the inheritance relationship in Postgres.

There are several ways to store and to retrieve instances
contained in an hierarchie.

Which clustering and buffer replacement policy implements Postgres?

There is a system table called pg_inherits, but how is it used during
hierarchies traversing?

Browse pgsql-performance by date

  From Date Subject
Next Message Bill Chandler 2004-07-07 16:16:40 Terrible performance after deleting/recreating indexes
Previous Message borajetta 2004-07-06 17:56:29 Re: Keyword searching question