Re: Postgresql 8.1.4 - performance issues for select on view using max

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Postgresql 8.1.4 - performance issues for select on view using max
Дата
Msg-id 200610182319.41920.dim@dalibo.com
обсуждение исходный текст
Ответ на Re: Postgresql 8.1.4 - performance issues for select on view using max  (Ioana Danes <ioanasoftware@yahoo.ca>)
Ответы Re: Postgresql 8.1.4 - performance issues for select on
Список pgsql-performance
Le mercredi 18 octobre 2006 23:02, Ioana Danes a écrit :
> I tried the partitioning scenario but I've got into
> the same problem. The max function is not using the
> indexes on the two partitioned tables...
>
> Any other thoughts?

Did you make sure your test included table inheritance?
I'm not sure the planner benefits from constraint_exclusion without selecting
the empty parent table (instead of your own union based view).

--
Dimitri Fontaine
http://www.dalibo.com/

Вложения

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [GENERAL] UDF and cache
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Postgresql 8.1.4 - performance issues for select on