arbitrary data scheme

Поиск
Список
Период
Сортировка
От Petr Duchon
Тема arbitrary data scheme
Дата
Msg-id 3F5E1C1D.6080901@mistral.cz
обсуждение исходный текст
Список pgsql-general
Hello everybody,

Is it possible to design an arbitrary, hierarchical data scheme, that
would allow its modification & extension during devel process?
In ideal case, it should also support some inheritance. I tried ltree
for the hierarchy, and that worx fine. But I ran into problems when
traversing across different tables connected by id. The DS and SELECTing
just gets too complex to handle. And too inefficient, maybe. Does
somebody have any experience with this? I'm thinking of it for too long
now and i'm getting a little desperate.

Thank You,
Petr.


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

Предыдущее
От: Daniel Schuchardt
Дата:
Сообщение: Kill -9 Postmaster and Temporary Tables
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: why does count take so long?