| От | Tom Lane |
|---|---|
| Тема | Re: Transitive Closure and 'pg_inherits' |
| Дата | |
| Msg-id | 11594.1112548389@sss.pgh.pa.us обсуждение |
| Ответ на | Transitive Closure and 'pg_inherits' (Ioannis Theoharis <theohari@ics.forth.gr>) |
| Список | pgsql-hackers |
Ioannis Theoharis <theohari@ics.forth.gr> writes:
> My question is whether the way, in wich postgresql do this task, is a
> transitive closure on table 'pg_inherits' or there is a better approach
> implemented (like numbering scheme techniques etc.) ?
It's a transitive closure, and not a very bright one at that; see
find_all_inheritors(), find_inheritance_children(), and particularly
the comments to the latter. However, we've not heard reports indicating
that this is a serious bottleneck in any real-world situation, so
no one has spent time to improve it. (I'd expect the per-table planning
costs to vastly outweigh the cost of finding those tables, anyway.)
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера