This content has been marked as final.
Show 2 replies
-
1. Re: Additional stats that you might find interesting?
marklittle Feb 18, 2015 11:52 AM (in response to tomjenkinson)It might be worth making it clear in the comments and docs that the average time to commit a transaction is measured from the time the application/user calls tx.commit until the transaction terminates and is not the average time the transaction lives, i.e., from tx.begin.
-
2. Re: Additional stats that you might find interesting?
tomjenkinson Feb 18, 2015 12:01 PM (in response to marklittle)Good observation mark, as you point out the metric we have added is the time to "commit()" the actual transaction but it may be possible that someone would want to measure the time from begin().