Hybrid logical clock


Topic | v3 | updated by jjones |
Description

Hybrid logical clock, HLC, combines the best of logical clocks and physical clocks. HLC captures the causality relationship like logical clocks, and enables easy identification of consistent snapshots in distributed systems. Dually, HLC can be used in lieu of physical/NTP clocks since it maintains its logical clock to be always close to the NTP clock. Moreover HLC fits in to 64 bits NTP timestamp format, and is masking tolerant to NTP kinks and uncertainties.


Relations

used by Conflict-free replicated data type (CRDT)

In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can b...

is Logical clock

A logical clock is a mechanism for capturing chronological and causal relationships in a distributed...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

has official Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases

8.0 rating 7.0 level 6.0 clarity 3.0 background – 1 rating

There is a gap between the theory and practice of distributed systems in terms of the use of time. Th...