Re: Query Plan Columns

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Query Plan Columns
Дата
Msg-id 151A5B79-F90D-4C82-9627-973BDD839F0F@kineticode.com
обсуждение исходный текст
Ответ на Re: Query Plan Columns  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Nov 5, 2010, at 1:36 PM, Andrew Dunstan wrote:

> Of course, there are containers too, which are not in your list at all. How do you intend to represent the tree-ish
structurein a flat table? 

So far I see only two containers: Subplans and Sot Keys. The latter is represented as an array. The former I'm going to
representsimply by having a parent_id column to point to a parent from a child node. 

Are there others?

Thanks,

David



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Query Plan Columns
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Query Plan Columns