Tag

gossip

0 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 20, 2024 · Fundamentals

An Overview of Paxos, Raft, ZAB, and Gossip Algorithms for Distributed Consistency

This article explains the principles, roles, phases, and typical application scenarios of four major distributed consensus algorithms—Paxos, Raft, ZAB, and Gossip—while also offering promotional material for extensive architecture and interview resources.

Distributed SystemsPaxosRaft
0 likes · 7 min read
An Overview of Paxos, Raft, ZAB, and Gossip Algorithms for Distributed Consistency
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 24, 2021 · Databases

Understanding Redis Cluster Slot Mechanism, CRC16 Hashing, and Gossip Heartbeat Protocol

This article explains the three Redis clustering modes, details how Redis Cluster uses 16384 hash slots calculated by CRC16, describes the rationale behind the slot count, and outlines the gossip‑based heartbeat communication and message format between master nodes.

CRC16ClusterRedis
0 likes · 7 min read
Understanding Redis Cluster Slot Mechanism, CRC16 Hashing, and Gossip Heartbeat Protocol
Sohu Tech Products
Sohu Tech Products
May 12, 2021 · Databases

Deep Dive into Redis Cluster: Architecture, Sharding, Replication, and Failover

This article provides a comprehensive analysis of Redis Cluster, covering node and slot assignment, command execution, resharding, redirection, failover, gossip messaging, and communication overhead, while explaining why clustering is needed, how it works, and how to deploy and manage it effectively.

ClusterFailoverRedis
0 likes · 20 min read
Deep Dive into Redis Cluster: Architecture, Sharding, Replication, and Failover
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 8, 2018 · Databases

Exploring RadonDB: A Distributed MySQL Solution for Modern DBA Challenges

This article reviews RadonDB, a MySQL‑based distributed database, detailing its architecture, SQL, storage, and compute nodes, sharding strategy, data‑balancing mechanisms, migration process, and practical recommendations for DBAs seeking high‑availability and consistent relational data handling.

Distributed DatabaseMySQLRadonDB
0 likes · 8 min read
Exploring RadonDB: A Distributed MySQL Solution for Modern DBA Challenges