Re: machine-readable explain output

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: machine-readable explain output
Дата
Msg-id 603c8f070906160732o16cbc855u692d9865fc3d1357@mail.gmail.com
обсуждение исходный текст
Ответ на Re: machine-readable explain output  (Andres Freund <andres@anarazel.de>)
Ответы Re: machine-readable explain output  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Jun 16, 2009 at 10:30 AM, Andres Freund<andres@anarazel.de> wrote:
> How would you model something like:
> <plans>
>  <plan> ... </plan>
>  <plan> ... </plan>
>  ...
> </plans>
> otherwise?
>
> There are potentially unlimited number of child nodes - AppendNode for
> example can have any number of them. Sure, you can give each <plan> node a
> 'offset=' id, but that doesn't buy much.
> I don't see how that could be much improved by using child-nodes (or even
> worse attributes).

Note that even in this case we DON'T rely on the ordering of the
nodes.  The inner <plan> nodes have child nodes which contain their
relationship to the parent.

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: machine-readable explain output
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Synch Rep: communication between backends and walsender