Re: Bug #809: View not using index

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Bug #809: View not using index
Дата
Msg-id 20021031180112.C49388-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Bug #809: View not using index  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #809: View not using index  (Philip Warner <pjw@rhyme.com.au>)
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #809: View not using index
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Bug #809: View not using index