Re: disk access measurment

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: disk access measurment
Дата
Msg-id 200311100323.hAA3NhF29926@candle.pha.pa.us
обсуждение исходный текст
Ответ на disk access measurment  ("monu agrawal" <monu_india@rediffmail.com>)
Список pgsql-general
monu  agrawal wrote:
> Is there any way to find out how much time & how many disk
> accesses a transaction has taken ?

You can start the backend with -ta and it will show disk block accesses
for every stage.  The statistics system shows block access information,
but not broken down per transaction.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-general по дате отправления:

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Questions from a beginner!
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Tables spanning db's in cluster