Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Need tests to benchmark performance of Clock#now() and update() functions (for all types of clocks).
If update() is too costly, we can do optimizations in ExecuteProceduresRemoteCall#call(), HRegion#replayRecoveredEdits() and other places where we call update() in loop. Instead, it might be faster to calculate max timestamp in loop and call update() just once.