Re: Response time

Pavel Stehule <stehule@kix.fsv.cvut.cz>

From: Pavel Stehule <stehule@kix.fsv.cvut.cz>
To: radha.manohar@ndsu.nodak.edu
Cc: pgsql-performance@postgresql.org
Date: 2003-11-04T15:02:11Z
Lists: pgsql-performance
Hello

explain analyse select * from lidi;
                                          QUERY PLAN

-----------------------------------------------------------------------------------------------
 Seq Scan on lidi  (cost=0.00..1.04 rows=4 width=96) (actual 
time=0.046..0.092 rows=4 loops=1)
 Total runtime: 0.369 ms

Regards
Pavel




On Tue, 4 Nov 2003 radha.manohar@ndsu.nodak.edu wrote:

> How do we measure the response time in postgresql?
> 
> Your response would be very much appreciated.
> 
> Thanks and Regards,
> 
> Radha
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>