Re: inheritance performance

Поиск
Список
Период
Сортировка
От ken
Тема Re: inheritance performance
Дата
Msg-id 1106330319.6622.276.camel@pesky.s6portland
обсуждение исходный текст
Ответ на Re: inheritance performance  (Greg Stark <gsstark@mit.edu>)
Ответы Re: inheritance performance
Re: inheritance performance
Список pgsql-performance
On Fri, 2005-01-21 at 08:14, Greg Stark wrote:
> ken <southerland@samsixedd.com> writes:
>
> > >From my understanding, all the data for these columns in all the child
> > tables will be stored in this one parent table
>
> No, all the data is stored in the child table.

So if you perform a "select * from parent" then does postgres internally
create a union between all the child tables and return you the results
of that?

ken



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: Greg Stark
Дата:
Сообщение: Re: inheritance performance