Hacker News new | ask | show | jobs
by anonymousDan 1598 days ago
Interesting. How does this differ from HLC in practice - in the article you say you use a 500ms max skew for HLC?
1 comments

The difference is in how the regular path (exercised most of the time) vs an edge case when there is a conflict (typically in larger clusters with a pathological access pattern) works. With TrueTime, the latency is always 7ms and no issues in the pathological cases. With HLC, the latency is lower in most cases, but high in the pathological cases (when it can be 500ms), but these should not matter for many use cases.