Re: pgbench vs. SERIALIZABLE

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench vs. SERIALIZABLE
Дата
Msg-id alpine.DEB.2.02.1305182259550.1473@localhost6.localdomain6
обсуждение исходный текст
Ответ на pgbench vs. SERIALIZABLE  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: pgbench vs. SERIALIZABLE
Список pgsql-hackers
> My thinking is that what pgbench should do is:
> * track an error count
> * if it finds an error, don't increment the transaction count, but do
> increment the error count.
> * then continue to the next transaction.
>
> Does that seem like the right approach?

Could it retry the *same* transaction instead of the next one?

Should it give up trying under some conditions, say there are more errors 
than transactions?

-- 
Fabien.



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: pgbench vs. SERIALIZABLE
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: pgbench vs. SERIALIZABLE