Re: performance: time & disk access measurment - Mailing list pgsql-general

From Jean-Michel POURE
Subject Re: performance: time & disk access measurment
Date
Msg-id 200311101131.56303.jm@poure.com
Whole thread Raw
In response to performance: time & disk access measurment  ("monu agrawal" <monu_india@rediffmail.com>)
List pgsql-general
Le Samedi 8 Novembre 2003 17:38, monu agrawal a écrit :
> Is there any way in pgsql to measure that how much time a transaction has
> taken & how many disk accesses it has performed.

You can use pgAdmin3 (http://www.pgadmin.org) SQL editor for transaction time.
Now, if you are using WAL with enough shared memory, it is likely there will
be little disk access other than flushing data to disk from time to time.

Cheers,
Jean-Michel


pgsql-general by date:

Previous
From: javier garcia - CEBAS
Date:
Subject: starting the server at boot
Next
From: "Mattias Kregert"
Date:
Subject: Re: Temp rows - is it possible?