Re: JOINS and non use of indexes

From: "Ian Cass" <ian(dot)cass(at)mblox(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: JOINS and non use of indexes
Date: 2002-04-08 15:12:36
Message-ID: 00d401c1df0f$d445c410$6602a8c0@salamander
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> There's your problem (and don't tell me Oracle gets this right; they
> don't do inheritance, do they?).

No, Oracle doesn't do inheritance.

> The planner isn't smart about
> indexscan-based joins for inheritance trees. This could possibly be
> improved with some work, but I haven't thought about the details.

Is there any way I could 'educate' it by using more explicit sql, or do I
have to abandon the idea of using inheritance altogether?

--
Ian Cass

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ian Cass 2002-04-08 15:16:29 Re: JOINS and non use of indexes
Previous Message Tom Lane 2002-04-08 14:46:08 Re: JOINS and non use of indexes