All Articles

145967 articles · Page 7240 of 7299
MaGe Linux Operations
MaGe Linux Operations
Jul 10, 2015 · Databases

Master SQL Joins: Inner, Outer, and Cross Join Explained with Examples

This article explains the three types of SQL joins—inner, outer, and cross—detailing their variations such as equi‑join, non‑equi‑join, natural join, left/right/full outer joins, and provides clear example queries and result illustrations to help readers understand how to combine tables effectively.

Cross JoinINNER JOINJoins
0 likes · 5 min read
Master SQL Joins: Inner, Outer, and Cross Join Explained with Examples
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 9, 2015 · Fundamentals

Understanding Micro Data Center Modules (MDC) and Their Benefits

This article objectively examines the concept, definition, origins, development, applications, and potential universality of micro data‑center modules, evaluating their technical advantages, cost implications, and suitability for both large internet enterprises and traditional data‑center environments.

IDCTCOmicro module
0 likes · 12 min read
Understanding Micro Data Center Modules (MDC) and Their Benefits
Architect
Architect
Jul 9, 2015 · Databases

Building a Flexible, Searchable, Low-Latency Product Catalog with MongoDB

This article explains how retailers can replace costly ETL‑driven vendor systems with a centralized MongoDB‑based service architecture, detailing data models for products, variants, store‑specific pricing, and multi‑facet search, and showing query and indexing techniques to achieve fast, reliable catalog access.

Data ModelingIndexingMongoDB
0 likes · 11 min read
Building a Flexible, Searchable, Low-Latency Product Catalog with MongoDB
MaGe Linux Operations
MaGe Linux Operations
Jul 9, 2015 · Backend Development

How Meipai Scaled to 100M Users in 9 Months: Key Lessons from QCon

An in‑depth recap of Hong Xiaojun’s QCon presentation reveals how Meipai’s architecture evolved from a minimalist design to a highly scalable, high‑availability system, tackling MySQL bottlenecks, cache challenges, monitoring, CDN resilience, and technology migrations to support rapid growth to over a hundred million users.

Caching StrategiesMySQL optimizationSystem Design
0 likes · 8 min read
How Meipai Scaled to 100M Users in 9 Months: Key Lessons from QCon
Architect
Architect
Jul 8, 2015 · Databases

MySQL Architecture Design: Business Analysis, Common Deployment Patterns, Sharding Strategies, and High‑Availability Practices

This article explains MySQL architecture design for 24/7 online services, covering business analysis of read‑write patterns, common deployment models, consistency levels, data migration, sharding strategies (vertical, horizontal, and business‑level), and cluster scaling for high availability.

Data MigrationDatabase ArchitectureMySQL
0 likes · 17 min read
MySQL Architecture Design: Business Analysis, Common Deployment Patterns, Sharding Strategies, and High‑Availability Practices
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 8, 2015 · Operations

Design and Implementation of High‑Concurrency (C10M) Load Balancing in Alibaba's AGW Middlebox

The article analyzes the challenges of scaling network devices to handle ten‑million concurrent connections (C10M) and describes Alibaba's AGW solution, which uses lock‑free data planes, hugepages, NUMA‑aware memory placement, and user‑space NIC drivers to achieve high‑performance four‑layer load balancing.

C10MLoad BalancingLock-Free
0 likes · 9 min read
Design and Implementation of High‑Concurrency (C10M) Load Balancing in Alibaba's AGW Middlebox
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2015 · Cloud Native

How Docker Supercharges Continuous Delivery in Real‑World Projects

This article details a practical case study of using Docker to build a continuous delivery pipeline for a logistics‑industry portal, covering project background, challenges, Docker‑based CI integration, automated deployment strategies, image layering, role‑based scripts, and a private registry setup.

CI/CDContinuous DeliveryDevOps
0 likes · 19 min read
How Docker Supercharges Continuous Delivery in Real‑World Projects