Tagged articles
17 articles
Page 1 of 1
Tech Freedom Circle
Tech Freedom Circle
Nov 28, 2025 · Databases

How to Achieve MySQL Sub‑Second Scaling for 100M‑10B Rows (Interview Scenario)

The article analyzes a JD interview question on scaling a MySQL order table from 100 million to billions of rows, detailing four practical expansion strategies—stop‑service migration, double‑write migration, ShardingSphere middleware, and dual‑VIP routing—each with step‑by‑step procedures, code samples, risk assessments, and validation methods to enable near‑instant capacity growth without service interruption.

ShardingSpheredatabase scalingdouble write
0 likes · 42 min read
How to Achieve MySQL Sub‑Second Scaling for 100M‑10B Rows (Interview Scenario)
Cloud Native Technology Community
Cloud Native Technology Community
Jan 26, 2022 · Cloud Native

Unlocking Edge Cloud: Kube-OVN’s Security Groups, VIP, Live Migration & Smart NIC Offload

This article details how the Kube-OVN community extended the CNI for edge cloud scenarios by adding security‑group based access control, high‑availability virtual IP support, live‑migration‑friendly networking, and smart‑NIC hardware offload, including implementation steps, CRD designs, and relevant pull‑request references.

CNIEdge ComputingKube-OVN
0 likes · 10 min read
Unlocking Edge Cloud: Kube-OVN’s Security Groups, VIP, Live Migration & Smart NIC Offload
Top Architect
Top Architect
Nov 3, 2021 · Databases

Designing a Highly Available Redis Service with Sentinel

This article explains why Redis is widely used, defines high availability for Redis services, enumerates common failure scenarios, evaluates four architectural solutions—including single‑instance, master‑slave with one, two, and three Sentinel instances—and finally presents a production‑grade HA design using three Sentinels and a virtual IP.

Master‑Slaveredissentinel
0 likes · 12 min read
Designing a Highly Available Redis Service with Sentinel
Tencent Advertising Technology
Tencent Advertising Technology
Oct 26, 2021 · Artificial Intelligence

Seventh China International 'Internet+' College Student Innovation and Entrepreneurship Competition: Virtual IP Innovation Track and Tencent Advertising's Virtual Human Creative Service

The article reports on the seventh China International 'Internet+' College Student Innovation and Entrepreneurship Competition, highlighting its new industry challenge track focused on virtual IP, the award-winning solution from Beijing Institute of Technology using AI-driven digital human production, and Tencent Advertising's virtual human creative service for marketing.

AIDigital HumanInnovation Competition
0 likes · 6 min read
Seventh China International 'Internet+' College Student Innovation and Entrepreneurship Competition: Virtual IP Innovation Track and Tencent Advertising's Virtual Human Creative Service
Top Architect
Top Architect
Apr 12, 2021 · Databases

Designing a High‑Availability Redis Service with Sentinel

This article explains how to build a highly available Redis service by analyzing common failure scenarios, evaluating single‑instance, master‑slave with one or multiple Sentinel processes, and ultimately recommending a three‑Sentinel architecture combined with a virtual IP for seamless client usage.

Master‑Slavefailoverhigh availability
0 likes · 11 min read
Designing a High‑Availability Redis Service with Sentinel
Open Source Linux
Open Source Linux
May 7, 2020 · Operations

Master‑Backup High Availability with Keepalived: Step‑by‑Step Guide

This tutorial walks you through configuring Keepalived for single‑instance master‑backup failover and dual‑instance dual‑master high‑availability setups, covering preparation, installation, configuration file edits, service startup, verification of virtual IP migration, and practical verification commands.

Linux operationsdual instancemaster backup
0 likes · 10 min read
Master‑Backup High Availability with Keepalived: Step‑by‑Step Guide
UCloud Tech
UCloud Tech
Nov 12, 2019 · Cloud Computing

Mastering High Availability and Load Balancing in Cloud Computing

This lesson explains the value and implementation of high‑availability systems, explores load‑balancing concepts, features, and scenarios—including health checks, session persistence, and scheduling algorithms—and introduces virtual IP solutions for robust cloud infrastructure.

UCloudvirtual IP
0 likes · 6 min read
Mastering High Availability and Load Balancing in Cloud Computing
dbaplus Community
dbaplus Community
Jan 27, 2019 · Databases

How to Build a Highly Available Redis Service with Sentinel and Virtual IP

This article walks through the design of a highly available Redis deployment, explains common failure scenarios, compares single‑node, master‑slave, and multi‑Sentinel architectures, and shows how adding a virtual IP and three Sentinel instances can provide robust HA while keeping client usage simple.

databasehigh availabilityredis
0 likes · 13 min read
How to Build a Highly Available Redis Service with Sentinel and Virtual IP
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 10, 2018 · Operations

How to Build a Highly Available Redis Service with Sentinel and Virtual IP

This article explains why Redis is a popular in‑memory key‑value store, defines high availability, enumerates failure scenarios, and walks through four incremental architectures—single instance, master‑slave with one Sentinel, dual Sentinel, and three‑Sentinel with VIP—to achieve a robust, production‑grade Redis deployment.

Operationsredissentinel
0 likes · 12 min read
How to Build a Highly Available Redis Service with Sentinel and Virtual IP
ITPUB
ITPUB
Jun 22, 2018 · Databases

How to Build a Highly Available Redis Service with Sentinel and Virtual IP

This article explains how to design and implement a highly available Redis deployment using master‑slave replication, multiple Redis Sentinel instances, and a virtual IP to provide seamless failover while maintaining simple client connectivity, covering failure scenarios, architecture choices, and practical configuration tips.

databasefailoverhigh availability
0 likes · 12 min read
How to Build a Highly Available Redis Service with Sentinel and Virtual IP
Architecture Digest
Architecture Digest
Apr 5, 2018 · Databases

Designing a Highly Available Redis Service Using Sentinel

This article explains how to build a highly available Redis deployment by defining HA requirements, analyzing failure scenarios, and progressively implementing solutions from a single instance to a three‑sentinel architecture with virtual IP failover for seamless client access.

failoverhigh availabilitysentinel
0 likes · 11 min read
Designing a Highly Available Redis Service Using Sentinel