Re: Tuning planner cost estimates - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Tuning planner cost estimates
Date
Msg-id 200505191021.05407.josh@agliodbs.com
Whole thread Raw
In response to Re: Tuning planner cost estimates  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tuning planner cost estimates
Next
From: "Anjan Dave"
Date:
Subject: Re: PostgreSQL strugling during high load