Re: Tuning planner cost estimates

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Tuning planner cost estimates
Дата
Msg-id 200505191021.05407.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Tuning planner cost estimates  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Tom,

>     for rec in explain analyze ... loop
>         insert into table values(rec."QUERY PLAN");
>     end loop;

I need to go further than that and parse the results as well.  And preserve
relationships and nesting levels.

Hmmmm ... what's the indenting formula for nesting levels?

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Tuning planner cost estimates
Следующее
От: "Anjan Dave"
Дата:
Сообщение: Re: PostgreSQL strugling during high load