Re: Bug #809: View not using index - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Bug #809: View not using index
Date
Msg-id 20021031180112.C49388-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Bug #809: View not using index  (pgsql-bugs@postgresql.org)
Responses Re: Bug #809: View not using index
List pgsql-bugs
On Thu, 31 Oct 2002 pgsql-bugs@postgresql.org wrote:

> Philip Warner (pjw@rhyme.com.au) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> View not using index
>
> Long Description

> It seems that a UNION view fails to use underlying table indexes. This
> is a major pain when using subclassed tables which are updated
> frquently - even if the underlying tables are vacuumued regularly, the
> seq scan can take a very long time.

Reasonably current 7.3 beta sources show it doing an index scan for a
sequence like the below on t1.

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #809: View not using index
Next
From: Philip Warner
Date:
Subject: Re: Bug #809: View not using index