Running concurrent txns and measuring the timings in Postgres

Поиск
Список
Период
Сортировка
От Souvik Bhattacherjee
Тема Running concurrent txns and measuring the timings in Postgres
Дата
Msg-id CAANrPSeXewRj2NehjMog-=zuYUbfz677iUOV1j-Gzm94XcJ9Lg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Running concurrent txns and measuring the timings in Postgres  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hi,

Is there a standard procedure to execute two or more concurrent txns at the same time? I understand that if we want to run concurrent txns, we need to execute them from different psql sessions. But how do we make sure that they begin execution almost at the same time.

Also, I'm interested in measuring the time taken across all executing txns, i.e. the time from the start of the earliest txns till the end of the last txn.

Best,
-SB

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

Предыдущее
От: Alexey Bashtanov
Дата:
Сообщение: Re: after restore the size of the database is increased
Следующее
От: gtreguier@free.fr
Дата:
Сообщение: Sequential scan with composite type in primary key