Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Gone away
-
None
Description
Description
Description:
No documentation summary in engineering ticket
Engineering Ticket Description:
We want to track total transaction duration in TxnStats. To do this, we can add a TxnStats::startTime field. When a transaction begins, we will save the start time of the transaction. This will allow us to compute the total elapsed time of the transaction as (now() - startTime), when the transaction commits or aborts.