# Overview A vector clock is... #flashcard a data structure used for determining the partial ordering of events in a distributed system and detecting causality violations. <!--ID: 1751507777608--> # Key Considerations # Pros # Cons # Use Cases # Related Topics