Tagged articles
5 articles
Page 1 of 1
JavaEdge
JavaEdge
Feb 23, 2024 · Databases

Inside Alibaba's Doris KV Store: Architecture, Routing & Failover Secrets

This article examines Alibaba's internal Doris KV storage system, detailing why large companies build proprietary data products, the project's kickoff criteria, the two‑layer architecture, virtual‑node routing, failover mechanisms, and cluster scaling strategies for massive KV workloads.

Database ArchitectureKV StoreRouting Algorithm
0 likes · 18 min read
Inside Alibaba's Doris KV Store: Architecture, Routing & Failover Secrets
Java High-Performance Architecture
Java High-Performance Architecture
Jan 2, 2023 · Backend Development

How to Build a High‑Availability Payment System with Smart Routing

This article explains how a fintech payment platform achieves high availability and optimal channel selection by using decision‑tree routing, sliding‑window negative‑feedback, pressure‑detection services, and component fallback strategies such as RabbitMQ with Redis, supporting millions of daily transactions.

Backend ArchitectureOperationsRouting Algorithm
0 likes · 13 min read
How to Build a High‑Availability Payment System with Smart Routing
Architecture Digest
Architecture Digest
Dec 29, 2022 · Backend Development

Design and High‑Availability Strategies of a Scalable Payment System

This article explains how a large‑scale internet‑finance payment system integrates dozens of channels and products, employs decision‑tree routing, sliding‑window feedback, adaptive pressure detection, and Redis fallback for RabbitMQ to achieve high availability, low latency, and robust handling of millions of daily transactions.

Routing AlgorithmSystem Designpayment system
0 likes · 12 min read
Design and High‑Availability Strategies of a Scalable Payment System
DataFunTalk
DataFunTalk
Jun 18, 2021 · Artificial Intelligence

Splicing Recall for Flight Ticket Search: Challenges, Algorithmic Solutions, and Online Impact

This article presents the technical exploration of splicing recall in flight ticket search at Alibaba's Fliggy, detailing the background, challenges, constrained routing and machine‑learning algorithms, the four‑step solution pipeline, and the resulting improvements in ticket availability and conversion rates.

Routing Algorithmflight searchmachine learning
0 likes · 13 min read
Splicing Recall for Flight Ticket Search: Challenges, Algorithmic Solutions, and Online Impact
Programmer DD
Programmer DD
Mar 16, 2019 · Backend Development

Mastering Consistent Hashing: Custom Ordered Map and Performance Tips

This article explains the principles of consistent hashing, demonstrates how to implement a custom ordered map and a TreeMap‑based solution for node selection, compares their performance, and shows how to integrate the algorithm into a routing framework with extensible strategies for backend services.

Routing AlgorithmTreeMapconsistent hashing
0 likes · 11 min read
Mastering Consistent Hashing: Custom Ordered Map and Performance Tips