From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Tuning planner cost estimates |
Date: | 2005-05-19 17:21:05 |
Message-ID: | 200505191021.05407.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Anjan Dave | 2005-05-19 18:12:29 | Re: PostgreSQL strugling during high load |
Previous Message | Tom Lane | 2005-05-19 17:16:21 | Re: Tuning planner cost estimates |