Re: Needs Suggestion

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: SUBHAM ROY <subham(dot)iem(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Needs Suggestion
Date: 2011-03-27 16:50:10
Message-ID: AANLkTi=R21ptFqg5VFre7uAJXc1PV1bSnaaizjmCaw51@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Mar 27, 2011 at 9:22 AM, SUBHAM ROY <subham(dot)iem(at)gmail(dot)com> wrote:

> Hi,
> I am currently a student of IIT Bombay. I am doing a project on "Benchmark
> design". For that I need to measure the performance of various queries in
> databases.
> I want to know how can we measure the execution time of a query in Postgres
> (Explain analyze will not do). Also is there any tools available in Linux
> for measuring the performance of queries of databases such as Oracle 11g,
> Postgres, etc.
> Any suggestions will be very helpful.
>

If EXPLAIN ANALYZE is not sufficient for your purpose, then you need
elaborate what exactly are you looking for.

Regards,
--
Gurjeet Singh
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-03-27 16:51:13 pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Previous Message Tom Lane 2011-03-27 15:15:07 Re: Performance bug in DO blocks