Re: schema design question

Поиск
Список
Период
Сортировка
От Adam Tauno Williams
Тема Re: schema design question
Дата
Msg-id 1187533454.4416.0.camel@aleph.wmmi.net
обсуждение исходный текст
Ответ на schema design question  ("mark overmeer" <markovermeer@gmail.com>)
Ответы Re: schema design question  ("mark overmeer" <markovermeer@gmail.com>)
Список pgsql-performance
> Maybe not completely the wright place to ask but... I have this schema
> design question (db is postgres of course). I have a couple of classes
> with attributes. The only goal is to search the object that I want to
> find (which is stored on the harddrive).
> I have hundreds of classes that are similar but not the same. They all
> have attributes/properties (type is probably String), e.g. (in pseudo
> code):

Use table inheritance.

--
Adam Tauno Williams, Network & Systems Administrator
Consultant - http://www.whitemiceconsulting.com
Developer - http://www.opengroupware.org


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

Предыдущее
От: "mark overmeer"
Дата:
Сообщение: schema design question
Следующее
От: "mark overmeer"
Дата:
Сообщение: Re: schema design question