Re: pgbench vs. SERIALIZABLE - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench vs. SERIALIZABLE
Date
Msg-id alpine.DEB.2.02.1305182259550.1473@localhost6.localdomain6
Whole thread Raw
In response to pgbench vs. SERIALIZABLE  (Josh Berkus <josh@agliodbs.com>)
Responses Re: pgbench vs. SERIALIZABLE  (Marko Tiikkaja <marko@joh.to>)
List 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 by date:

Previous
From: Josh Berkus
Date:
Subject: pgbench vs. SERIALIZABLE
Next
From: Marko Tiikkaja
Date:
Subject: Re: pgbench vs. SERIALIZABLE