Planner/optimizer tool

Поиск
Список
Период
Сортировка
От Tom Raney
Тема Planner/optimizer tool
Дата
Msg-id 47EB2FF3.4050406@comcast.net
обсуждение исходный текст
Список pgsql-hackers
I'm scoping a project to display the choices and plans the 
planner/optimizer considers while PostgreSQL develops a plan.  It would 
be primarily a teaching tool but may be of use to users curious about 
the inner workings of the planner. 

This is in contrast with EXPLAIN, which provides information about the 
*final* plan selected by the planner.   This tool would show details 
about the access methods available at each step and the associated 
access costs, for example.

There is a TODO item: "Allow EXPLAIN output to be more easily processed 
by scripts, perhaps XML" which could be a good first step for this 
project. 

Is anyone working on a related project?

-Tom Raney




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [DOCS] pg_total_relation_size() and CHECKPOINT
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [DOCS] pg_total_relation_size() and CHECKPOINT