Hacker News new | ask | show | jobs
by bohemian99 1779 days ago
In distributed databases that offer transaction semantics, they need timestamps to order transactions that take place. A tighter synchronization of clocks mean they can execute transactions faster because they can reduce the amount of time they wait (based on the potential clock drift between machines in the data center)
1 comments

Wouldn’t it be better to put the effort towards designing a system that doesn’t need precise timekeeping?