Re: Storing properties in a logical way.

Поиск
Список
Период
Сортировка
От Pierre-Frédéric Caillaud
Тема Re: Storing properties in a logical way.
Дата
Msg-id opsdu7wi2ecq72hf@musicbox
обсуждение исходный текст
Ответ на Storing properties in a logical way.  ("Daniel M." <xt@nm.ru>)
Ответы Re: Storing properties in a logical way.
Список pgsql-sql
> But after looking closely at the list of a possible properties, i found
> out that some of them depend on others. For example, if item is a
> PDF document, it can have an index. But a document can also have an
> index with links. Logically, a properties like 'index with links'
> don't belong to the verification table - they look like a kind of
> a composite field - 'index with links' is not a stand-alone property,
> but it also implies that an item also has an 'index' property.
> On the other hand, it is impossible to decouple 'index' from
> 'with links', because the second part won't have any meaning without
> the first part.
You mean your properties would be better organized as a tree ?Or is it even more complicated than that ?
If it's a tree, look at the ways of storing a tree in a table.


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

Предыдущее
От: "Daniel M."
Дата:
Сообщение: Storing properties in a logical way.
Следующее
От: Troels Arvin
Дата:
Сообщение: INFORMATION_SCHEMA and foreign keys