Re: Pgstatspack and pgfouine with auto_explain?

From: Mladen Gogala <mgogala(at)vmsinfo(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Pgstatspack and pgfouine with auto_explain?
Date: 2010-09-22 21:38:23
Message-ID: 4C9A774F.7070909@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mladen Gogala wrote:
> I have a development version of Postgres 8.4.4 database which utilizes
> pgstatspack to produce performance reports and pgfouine to analyze
> /var/log/pgsql. There are some suspect SQL statements and I would like
> to have them analyzed automatically by loading the
> auto_explain module. Are there any experiences with that? Do pgstatspack
> reports or pgfouine analysis get broken because of the automatic explain
> for statements running longer than the threshold?
>
>
Well, there weren't any takers so I had to test it out. Unfortunately,
PgFouine takes plan as a SQL. In other words, "auto_explain" module is
confusing PgFouine. I opened a PgFoundry account and reported a bug. Sigh!

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2010-09-22 22:15:04 Re: pg_dump
Previous Message Leon Starr 2010-09-22 21:04:51 Re: Best way to create a sequence generator at run time?