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”

144 results
Big Data Feb 8, 2021 DataFunTalk

Ozone: The Next‑Generation Distributed Storage System Aiming to Replace HDFS

This article explains how Apache Ozone, built on the HDDS layer, addresses the scalability, memory, and performance limitations of HDFS by splitting metadata services, using RocksDB, implementing fine‑grained locking, RAFT‑based HA, and offering rich APIs, while outlining current challenges and future roadmap.

Big DataDistributed StorageMetadata ManagementHDFSRAIDOzoneHDDS
Backend Development Jan 3, 2021 Laravel Tech Community

Apache RocketMQ 4.8.0 Released with Major DLedger Performance Improvements

Apache RocketMQ 4.8.0 has been released, featuring extensive optimizations and bug fixes, with significant performance, functionality, and stability enhancements to the Raft‑based DLedger mode, including asynchronous pipeline processing, batch log replication, and various lock and cache improvements that boost throughput by multiple times.

backendDistributed SystemsPerformanceRocketMQMessagingDLedger
Databases Dec 18, 2020 DeWu Technology

TiDB Architecture, Design, and Real‑World Application

TiDB is a distributed NewSQL database that combines MySQL compatibility with a stateless SQL layer, a PD metadata manager, and a transactional key‑value store, offering automatic scaling, multi‑data‑center Raft replication, global secondary indexes, Percolator‑style 2PC, HTAP via TiFlash, and a rich ecosystem of migration, backup, CDC, and monitoring tools, as demonstrated by its large‑scale deployment at DeWu.

Data MigrationDatabase ArchitectureDistributed DatabaseTiDBHTAPNewSQL
Cloud Computing Dec 8, 2020 JD Cloud Developers

How JD Cloud’s Self‑Developed Cloud Disk Powers Ultra‑Stable Mega‑Sale Events

This article reveals how JD Intelligent Cloud’s in‑house cloud disk delivers ultra‑low latency, high‑availability block storage for massive sales events, detailing its Raft‑based architecture, three‑replica consistency, NVMe caching, incremental snapshots, and smart‑NIC acceleration that together ensure 99.99999% data reliability across diverse workloads.

distributed systemshigh availabilitycloud storageincremental snapshotsNVMe cachingRaft protocol
Databases Dec 2, 2020 360 Zhihui Cloud Developer

How Pika’s Native Distributed Cluster Overcomes Redis Capacity Limits

This article explains Pika’s native distributed cluster architecture, detailing its deployment structure, data distribution with tables and slots, request processing flow, both non‑consistent and Raft‑based log replication, and the enhanced metadata management that enables scalable, high‑availability storage beyond single‑node Redis limitations.

Distributed DatabaseReplicationRedis CompatibilityPikaEtcdCluster Architecture
Operations Nov 13, 2020 iQIYI Technical Product Team

Building and Optimizing a Consul‑Based Service Registry for iQIYI's Microservice Platform

iQIYI’s Consul‑based service registry, tightly integrated with its QAE container platform and API gateway, suffered a multi‑DC outage caused by network jitter and a metrics‑library lock‑contention bug, which was resolved by upgrading Go, go‑metrics, and Raft, adding extensive monitoring, redundant DC registration, and dedicated per‑gateway Consul clusters to ensure continued stability and scalability.

monitoringMicroservicesOperationsConsulFault AnalysisService Registry
Databases Sep 24, 2020 Architect

Overview of TiDB Architecture: TiKV, PD, TiDB Server, and TiSpark

This article provides a comprehensive overview of TiDB's architecture, detailing the roles of TiKV Server, Placement Driver (PD), TiDB Server, and the TiSpark component, and explains how Raft ensures data consistency across the distributed database system.

ArchitectureDistributed DatabaseTiDBRaftTiKVPlacement Driver
Databases Aug 28, 2020 iQIYI Technical Product Team

iQIYI's Custom MySQL High‑Availability Architecture

iQIYI’s custom MySQL HA solution replaces the single‑point‑failure MHA manager with a Raft‑based trio of HA Masters and HA Agents that continuously monitor instances, automatically perform same‑DC, cross‑DC, or cross‑region failovers, reconcile diff binlogs, ensure data consistency, and integrate with CMDB, tracing and chaos‑engineering platforms.

DatabaseHigh AvailabilityMySQLReplicationiQIYIHA ArchitectureMHA
Fundamentals Jun 8, 2020 High Availability Architecture

A Beginner’s Guide to Paxos: From Consistency Problems to the Full Algorithm

This article explains what Paxos is, why distributed systems need strong consistency, compares it with Raft, walks through replication strategies, derives Paxos from majority read/write, details the classic Paxos phases, shows example executions, and discusses optimizations such as Multi‑Paxos and Fast‑Paxos.

Distributed SystemsReliabilityAlgorithmsConsensusPaxos
Fundamentals Jun 7, 2020 Architect

Understanding Consistency Models and Distributed Consensus Protocols

This article explains the fundamentals of distributed consistency, covering weak and strong consistency, the CAP theorem, ACID and BASE models, and detailed overviews of 2PC, 3PC, Paxos, Raft, Gossip, NWR, Quorum, and Lease mechanisms, highlighting their trade‑offs and practical use cases.

distributed systemsCAP theorem2PCconsistencyRaftPaxosconsensus protocols
Previous Page 11 Next