×
Distributed Database

Pagination at Scale: How PolarDB-X Handles 10K+ QPS Queries over 100-Billion-Row Tables

This article details how PolarDB-X optimizes pagination on massive distributed tables using partition pruning, late materialization, and deterministic indexing.

How to Solve Multi-Tenant Data Isolation and Performance Problems? PolarDB for PostgreSQL Practical Guide

This article provides a practical guide to multi-tenant data isolation and performance optimization using PolarDB for PostgreSQL Distributed Edition.

How to Split a Single Table with 800 Million Rows? Let AI Design Your PolarDB-X Partition Solution in One Sentence

This article introduces PolarDB-X Skill, an AI tool that automatically designs optimal table partitioning solutions using natural language.

Principles of PolarDB-X IMCI and Columnar Snapshots

This article introduces the working principles of PolarDB-X columnar snapshots for historical data querying and recovery.

Millions of Queries Per Second (QPS) and Second-level Fault Recovery: How PolarDB-X Proxy Empowers MySQL Clusters

This article introduces PolarDB-X Proxy, a high-performance database proxy for MySQL that enables read/write splitting, automatic failover, and massive concurrency handling.

PolarDB-X Clustered Columnar Index | How to Create a Columnar Index

This article explains how PolarDB-X builds clustered columnar indexes by merging historical and incremental data while preserving row-column consistency.

PolarDB-X v2.4.2: Upgrades to Open-Source Ecosystem Integration

The article introduces PolarDB-X v2.4.2, featuring enhanced open-source ecosystem integration via new client drivers, the open-sourced polardbx-proxy,...

Disaster Recovery for Databases: High-availability Architecture of PolarDB-X

This article systematically analyzes the high-availability (HA) architecture of PolarDB-X.

Core Technology of PolarDB-X Storage Engine | Lizard Branch Transaction Management

This article introduces PolarDB-X's core technology of transaction management in its storage engine, focusing on Lizard branch transaction management ...

PolarDB-X Technical Practice | IN Query Execution Plan Management and Pre-pruning

This article discusses how PolarDB-X optimizes IN queries, specifically addressing execution plan management and pre-pruning of the IN list parameters...

Core Technology of PolarDB-X Storage Engine | Lizard Lock-free Backup

This article introduces the Lizard lock-free full backup design of PolarDB-X.

PolarDB-X CDC: Compatible with MySQL and Beyond

This article focuses on the advanced capabilities of PolarDB-X CDC.

Interpretation of PolarDB-X Data Distribution (4): Transparent vs. Manual

This article introduces the importance of table groups in distributed databases.

Interpretation of PolarDB-X Data Distribution (3): TPC-C and Transparent Distribution

The article introduces the importance of transparent distribution in modern distributed databases, focusing on the test results of TPC-C and the necessity of global indexes.

Interpretation of PolarDB-X Data Distribution (2): Hash vs. Range

This article talks about the design principles of data distribution in PolarDB-X.

Interpretation of PolarDB-X Data Distribution (1)

This article describes how data is distributed in PolarDB-X.

Point-in-Time Recovery for PolarDB-X Operator: Leveraging Two Heartbeat Transactions

This article explains PolarDB-X Operator's global PITR (point-in-time recovery) achievement for XA/TSO transactions and introduces a two-heartbeat transaction recovery method.

Safeguarding Your Data with PolarDB-X: Backup and Restoration

This article describes the backup and restoration features of PolarDB-X.

Join Reorder - Core Technology of PolarDB for Xscale Optimizer

This article provides an overview of the implementation methods, advantages, and disadvantages of Join Reorder in various popular databases.

Learning about Distributed Systems - Part 23: Distributed Data Warehouse

Part 23 of this series explains why Offline data warehouses based on Hive and real-time data warehouses based on Kafka + Flink make it easy to distribute data warehouses.