TT.now()
returns [earliest, latest]
earliest
- The earliest possible timestamp for the current time.latest
- The latest possible timestamp for the current time.[earliest, latest]
.Transactions with TrueTime:
“We believe it is better to have application programmers deal with performance problems due to overuse of transactions as bottlenecks arise, rather than always coding around the lack of transactions.”
TT.now()
, Let s = TT.now().latest
.TT.now().earliest > s
.