Re: Query Plan Columns - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Query Plan Columns
Date
Msg-id 151A5B79-F90D-4C82-9627-973BDD839F0F@kineticode.com
Whole thread Raw
In response to Re: Query Plan Columns  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Query Plan Columns
Next
From: "David E. Wheeler"
Date:
Subject: Re: Query Plan Columns