Re: postgresql query runtime - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: postgresql query runtime
Date
Msg-id 4E9472140200002500041E48@gw.wicourts.gov
Whole thread Raw
In response to Re: postgresql query runtime  (Radhya sahal <rad_cs_2006@yahoo.com>)
List pgsql-performance
Radhya sahal <rad_cs_2006@yahoo.com> wrote:

> how i can read query runtime if i want to run query from java ?

Personally, I capture System.currentTimeInMillis() before and after
the query, and subtract.  In our framework, we have a monitor class
to encapsulate that.

-Kevin

pgsql-performance by date:

Previous
From: Radhya sahal
Date:
Subject: Re: postgresql query runtime
Next
From: "Carlo Stonebanks"
Date:
Subject: Composite keys