From: | Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz> |
---|---|
To: | radha(dot)manohar(at)ndsu(dot)nodak(dot)edu |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Response time |
Date: | 2003-11-04 15:02:11 |
Message-ID: | Pine.LNX.4.44.0311041601110.12294-100000@kix.fsv.cvut.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
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(dot)manohar(at)ndsu(dot)nodak(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2003-11-04 20:12:37 | Re: Response time |
Previous Message | radha.manohar | 2003-11-04 14:49:39 | Re: Response time |