Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL

From: Chris <chris(at)bitmead(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Date: 2000-02-03 09:17:10
Message-ID: 38994796.36079744@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

Tom Lane wrote:

> I'll comment on the other issues later ... but I will say that I don't
> think it's acceptable to add *any* overhead to standard-SQL queries
> in order to support inheritance better. The vast majority of our users
> want SQL performance and don't give a damn about inheritance. We have
> to pay attention to that.

Well I see that pg_class has columns like "relhasindex". If we added a
"relhassubclass", the overhead should be unmeasureable.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Alliban 2000-02-03 09:22:15 Re: [GENERAL] Re: Poor performance - need advice
Previous Message Sanjay Minni 2000-02-03 07:21:20 features of PGSQL

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-02-03 10:00:20 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Previous Message Tom Lane 2000-02-03 07:00:09 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL

Browse pgsql-sql by date

  From Date Subject
Next Message Hannu Krosing 2000-02-03 10:00:20 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Previous Message Tom Lane 2000-02-03 07:00:09 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL