Adjacency Lists vs Nested Sets

Поиск
Список
Период
Сортировка
От Matthew Hixson
Тема Adjacency Lists vs Nested Sets
Дата
Msg-id 7200DF10-586D-41CA-9CD4-DE32A1B2A999@poindextrose.org
обсуждение исходный текст
Ответы Re: Adjacency Lists vs Nested Sets  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
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.
   Any thoughts on the topic?
   -M@

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Duplicate Unique Key constraint error
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Adjacency Lists vs Nested Sets