Re: noob inheritance question

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: noob inheritance question
Дата
Msg-id 396486431001061600h69360a21xb7cf05677308ca26@mail.gmail.com
обсуждение исходный текст
Ответ на noob inheritance question  (Zintrigue <zintrigue@gmail.com>)
Список pgsql-performance
On Wed, Jan 6, 2010 at 3:53 PM, Zintrigue <zintrigue@gmail.com> wrote:
> I'm wondering if there's any performance penalty here, analogous to the
> penalty of JOINs in a regular RDBMS (versus an ORDBMS).
> If anyone can offer in any insight as too how inheritance is actually
> executed (compared to JOINs especially), I'd be most grateful.

PostgreSQL inheritance is just a sugar coated form of horizontal table
partitioning.  So it suffers from all of the problems associated with
selection on UNION ALL queries.


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

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

Предыдущее
От: Zintrigue
Дата:
Сообщение: noob inheritance question
Следующее
От: Richard Neill
Дата:
Сообщение: Re: noob inheritance question