Search

Discover articles.

Search across authors, categories, and technical themes. The layout mirrors the editorial references while staying responsive and fast.

Results

Matches for “raft”

132 results
Databases May 23, 2025 Java Tech Enthusiast

MySQL Indexes, ACID, Raft, and gRPC: Technical Interview Insights

This article combines a Meituan salary update with detailed explanations of MySQL indexing strategies, B‑tree variations, ACID transaction properties, isolation levels, caching, handling high‑traffic queries, the Raft consensus algorithm, and an overview of gRPC, providing comprehensive backend development knowledge for interview preparation.

BackendDatabasegRPCMySQLIndexesACIDRaft
Backend Development Jul 15, 2024 JD Tech Talk

Performance Optimizations in RaftKeeper v2.1.0: Benchmark Results and Engineering Details

The article presents a detailed engineering analysis of RaftKeeper v2.1.0, highlighting benchmark‑driven performance improvements such as 11% write throughput gains, up to 198% faster read‑write mixed workloads, and multiple optimizations—including response serialization, list‑request handling, system‑call reduction, thread‑pool redesign, and asynchronous snapshot processing—validated on large ClickHouse clusters.

backendDistributed SystemsPerformanceOptimizationBenchmarkRaftKeeper
Backend Development Jul 11, 2024 DataFunTalk

Performance Optimizations and Benchmark Analysis of RaftKeeper v2.1.0

The article presents a detailed engineering analysis of RaftKeeper v2.1.0, describing benchmark methodology, performance gains across create, mixed, and list workloads, and four major optimizations—including response serialization parallelism, list‑request handling, system‑call reduction, thread‑pool redesign, and asynchronous snapshot processing—demonstrating substantial throughput and latency improvements in large‑scale ClickHouse deployments.

Performance OptimizationZookeeperC++ClickHouseBenchmarkDistributed ConsensusRaftKeeper
Fundamentals May 21, 2024 Architecture & Thinking

Mastering Distributed Consistency: Paxos, Raft, and ZAB Explained

This article examines high‑concurrency distributed consistency algorithms—explaining the CAP challenges, detailing Paxos, Raft, and ZAB’s core concepts, roles, and workflow, and discussing their practical applications and selection criteria for ensuring strong data consistency in critical systems.

distributed systemsCAP theoremRaftPaxosZABconsistency algorithms
Fundamentals May 20, 2024 Mike Chen's Internet Architecture

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 systemsRaftPaxosconsensus algorithmsZABGossip
Fundamentals Mar 17, 2024 Rare Earth Juejin Tech Community

Implementing Log Snapshotting in Raft: A Step‑by‑Step Guide

This article provides a comprehensive tutorial on adding log snapshotting (snapshotting) to a Raft‑based distributed key‑value store, explaining the motivation, the snapshot mechanism, and detailed Go code for generating, transferring, applying, and persisting snapshots to reduce log size and improve performance.

Distributed SystemsGoSnapshotRaftConsensusLog Compaction
Fundamentals Jan 23, 2024 Sanyou's Java Diary

Demystifying Raft: How Nacos Uses JRaft for Strong Consistency

This article explains the Raft consensus algorithm, its request lifecycle, leader election, snapshot mechanism, and JRaft optimizations such as linear reads, learners, and multi‑raft groups, illustrating how Nacos integrates these concepts to achieve reliable distributed consistency.

NacossnapshotRaftleader electiondistributed consensusJRaft
Backend Development Jul 27, 2023 DataFunSummit

Building a High‑Availability ClickHouse Cluster with RaftKeeper

This article explains how RaftKeeper leverages the Raft consensus algorithm to create a high‑availability, high‑performance ClickHouse cluster across multiple data centers, covering project background, architecture, core features, performance optimizations, and real‑world deployment results.

Performance OptimizationBackend DevelopmentHigh AvailabilityClickHouseDistributed ConsensusRaftKeeperCross‑DataCenter
Cloud Computing Jul 10, 2023 政采云技术

RocketMQ High Availability Mechanism: DLedger and Raft-Based Leader Election

This article explores RocketMQ's high availability mechanism, focusing on DLedger's implementation of Raft-based leader election for distributed message middleware, covering both traditional and Controller mode architectures.

Cloud ComputingHigh AvailabilityMessage QueueRocketMQRaft ConsensusLeader ElectionDLedger
Cloud Native Jun 1, 2023 Top Architect

Nacos Cluster Deployment Guide and Raft Leader Election Mechanism

This article provides a step‑by‑step guide to deploying a Nacos cluster on Linux, covering environment preparation, installation, MySQL configuration, application.properties settings, and cluster.conf setup, startup commands, and explains the Raft‑based leader election and data synchronization mechanisms for reliable microservice registration.

DockerMicroservicesService DiscoveryNacosClusterRaft
Page 1 Next