using inheritance in production application.

Поиск
Список
Период
Сортировка
От Larry White
Тема using inheritance in production application.
Дата
Msg-id d15ea14a04120912212b4f089b@mail.gmail.com
обсуждение исходный текст
Ответы Re: using inheritance in production application.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
How 'ready for prime-time' is the table inheritance feature?  I've
seen some postings about particular issues (lack of full FK support,
for example), but would like to get an overall sense of the stability
and robustness of the feature.

Also, is there a performance hit in using inheritance?  For example if
I have a sub-table that adds a couple of columns to a base table,
would it be slower to query that structure than it would to represent
the extra columns as a separate table that would be joined with the
base table?

thanks for your help.

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

Предыдущее
От: RobertD.Stewart@ky.gov
Дата:
Сообщение: using postgresql functions from php
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Query is not using index when it should