Re: Capturing EXPLAIN ANALYZE for a query without discarding the normal result set

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Dave Cole <davejohncole(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Capturing EXPLAIN ANALYZE for a query without discarding the normal result set
Date: 2014-01-14 08:18:48
Message-ID: CABRT9RDajg0roAE0OSj5jmJh7hZ9uO7vULJQkmkYAGz6=++XfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 14, 2014 at 5:13 AM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
> You can use the auto_explain contrib module

I just remembered that there's also the pg_stat_plans extension, which
is closer to what you asked:
https://github.com/2ndQuadrant/pg_stat_plans . This one you'll have to
build yourself (it's not in contrib).

Regards,
Marti

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2014-01-14 08:20:23 Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance
Previous Message Tatsuo Ishii 2014-01-14 08:12:10 Re: Proposal: variant of regclass