Re: External Sort timing debug statements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: External Sort timing debug statements
Дата
Msg-id 22098.1128350217@sss.pgh.pa.us
обсуждение исходный текст
Ответ на External Sort timing debug statements  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: External Sort timing debug statements  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Re: [PATCHES] External Sort timing debug statements  (David Fetter <david@fetter.org>)
Re: External Sort timing debug statements  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> The following patch implements a fairly light set of timing statements
> aimed at understanding external sort performance. There is no attempt to
> alter the algorithms.

What do people think about putting something like this into 8.1?
Strictly speaking it's a new feature, but the patch seems pretty
noninvasive, and we'd be much more likely to get data points if the
code exists in the mainline release than if people have to patch
their copies.

> postgres=# set debug_sort=true;

I'm a bit inclined to call it trace_sort instead, and to document it
under "Developer Options".  Comments?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG Killed by OOM Condition
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: External Sort timing debug statements