Re: Query progress indication - an implementation - Mailing list pgsql-hackers

From Peter Hunsberger
Subject Re: Query progress indication - an implementation
Date
Msg-id cc159a4a0906290656l525614d6y7f17c290135df1d7@mail.gmail.com
Whole thread Raw
In response to Re: Query progress indication - an implementation  (Scara Maccai <m_lists@yahoo.it>)
List pgsql-hackers
On Mon, Jun 29, 2009 at 3:47 AM, Scara Maccai<m_lists@yahoo.it> wrote:
>
> Is anyone interested in such a progress indicator???
>

I'm relatively new to Postgres and just starting to look at starting
to look at what we might do with it for handling large  genomic
datasets. I've used Toad for Oracle to have a look at whats going on
inside long running Oracle queries.  Knowing that a particular step is
doing a particular activity is useful for diagnostics as well as being
assured that you actually are making forward progress. IMO any
diagnostics you can provide for a low cost are useful.  The more
detail, the better.  "Step 1 of 10" is good, "80% complete on step 1
of 10" is better.  "80% complete on step 1, 10% complete on 10 steps"
is even better.

-- 
Peter Hunsberger


pgsql-hackers by date:

Previous
From: Lars Kanis
Date:
Subject: [PATCH] user mapping extension to pg_ident.conf
Next
From: Robert Haas
Date:
Subject: Re: Query progress indication - an implementation