2 repository-uri
A replication strategy where writes are sequenced through a primary and propagated linearly through a chain of replicas.
Distinct from Data Replication: Specific linear sequencing model compared to general data replication synchronization
Explore 2 awesome GitHub repositories matching data & databases · Chain Replication. Refine with filters or upvote what's useful.
3FS is a distributed file system and RDMA storage cluster designed for high-performance AI training and inference workloads. It functions as a strongly consistent storage layer that utilizes a disaggregated architecture to pool SSDs and memory resources across multiple nodes. The system provides specialized storage implementations including an AI training checkpoint store for parallel state preservation and a distributed key-value cache store for decoder layer vectors to optimize inference processing. It ensures data integrity through chain replication and apportioned query distribution. The
Ensures strong data integrity across distributed nodes using a chain replication sequence for all write operations.
Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for
Describes chain replication as a strategy for strong consistency in distributed systems.