Re: Inheritance, unique keys and performance

Поиск
Список
Период
Сортировка
От Julian Scarfe
Тема Re: Inheritance, unique keys and performance
Дата
Msg-id 01fb01c8561a$76d6b4a0$0600a8c0@Wilbur
обсуждение исходный текст
Ответ на Inheritance, unique keys and performance  ("Julian Scarfe" <julian@avbrief.com>)
Ответы Re: Inheritance, unique keys and performance
Список pgsql-performance
From: "Tom Lane" <tgl@sss.pgh.pa.us>
>  The
> problem you've got is that you need a nestloop-with-inner-indexscan
> plan type, where the inner side is an Append group (that is, an
> inheritance tree) --- and 8.1 doesn't know how to create such a plan.
> If you can update to 8.2 or later it should get better.

Isn't test 3 (scalar subqueries) also a nestloop-with-inner-indexscan with
an inner Append?

Julian


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inheritance, unique keys and performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inheritance, unique keys and performance