Re: contrib/tree

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: contrib/tree
Дата
Msg-id Pine.LNX.4.30.0201261406000.688-100000@peter.localdomain
обсуждение исходный текст
Ответ на contrib/tree  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov writes:

> does your approach handle directed graphs ( DAG ) ?
> Actually our module is just a result of our research for new
> data type which could handle DAGs ( yahoo, dmoz -like hierarchies)
> effectively in PostgreSQL.
> While we didn't find a solution we decided to release this module
> because 64 children would quite ok for many people.
> Of course, 128 would be better :-)

I was under the impression that the typical way to handle tree structures
in relational databases was with recursive unions.  It's probably
infinitely slower than stuffing everything into one datum, but it gets you
all the flexibility that the DBMS has to offer.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Theory about XLogFlush startup failures
Следующее
От: Don Baccus
Дата:
Сообщение: Re: contrib/tree