Re: Plans for 8.2?

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Mikael Carneholm <Mikael(dot)Carneholm(at)wirelesscar(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Plans for 8.2?
Date: 2006-01-13 21:49:02
Message-ID: c2d9e70e0601131349w35b620bbp47b145afadbd1fb9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/13/06, Jim C. Nasby <jnasby(at)pervasive(dot)com> wrote:
> On Thu, Jan 12, 2006 at 10:36:39AM -0800, Joshua D. Drake wrote:
> > Mikael Carneholm wrote:
> > >>In terms of statistics we do have statistics and exhaustive logging that
> > >>can provide you with all of that information. Is there something
> > >>specific that
> > >>the information already provided really doesn't give you?
> > >
> > >Can you give an example query for "list all queries executed since 12.00
> > >AM, order by block_reads desc"? What I'm aiming for
> > >is the ability to turn "measuring" on, regression test my application,
> > >turn "measuring" off again, and list the most offensive queries executed
> > >during the regression test. I know of at least one other DBMS that is
> > >capable of this...won't mention which one :)
> >
> > You can use timestamp and one of the duration logging options for this.
>
> But AFAIK that won't provide any information on IO used, or even blocks
> read. Not to mention that parsing the logs is a PITA.
>

There has been announce recently about a project for analizing slow queries:
http://archives.postgresql.org/pgsql-announce/2006-01/msg00007.php

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2006-01-13 21:52:27 Re: Plans for 8.2?
Previous Message Jim C. Nasby 2006-01-13 21:40:48 Re: Plans for 8.2?