Re: Adjacency Lists vs Nested Sets

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Adjacency Lists vs Nested Sets
Дата
Msg-id 4693D54E.3030300@archonet.com
обсуждение исходный текст
Ответ на Adjacency Lists vs Nested Sets  (Matthew Hixson <hixson@poindextrose.org>)
Ответы Re: Adjacency Lists vs Nested Sets  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
Matthew Hixson wrote:
> Does Postgres have any native support for hierarchical data storage?
> I'm familiar with the Adjacency List technique, but am trying to
> determine whether or not Nested Sets would make sense for our
> application or not.  I understand that Nested Sets might be better for
> high read applications, but write heavy applications suffer from poor
> performance.

You might find the "ltree" add-on in contrib useful. Look in the
"contrib" directory of your source installation, or the addons/extras
package of your distribution.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Matthew Hixson
Дата:
Сообщение: Adjacency Lists vs Nested Sets
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Duplicate Unique Key constraint error