Re: Table inheritance implementation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table inheritance implementation.
Дата
Msg-id 17262.1167925490@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Table inheritance implementation.  (Grzegorz Nowakowski <krecik@e-wro.net>)
Ответы Re: Table inheritance implementation.  (Vlad <marchenko@gmail.com>)
Re: Table inheritance implementation.  (Grzegorz Nowakowski <krecik@e-wro.net>)
Список pgsql-general
Grzegorz Nowakowski <krecik@e-wro.net> writes:
> But I have another question: why can't be
> inheritance implemented as implicit JOIN?

Interesting thought, but joins are expensive --- this would be quite a
lot slower than the current way, I fear, especially when you consider
more than one level of inheritance.  Also, switching over to this would
destroy the current usefulness of inheritance for partitioning.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Accessing a custom FileSystem (as in Mysql "Custom Engine")
Следующее
От: Tom Lane
Дата:
Сообщение: Re: self-referential UPDATE problem on 7.4