Quick onboard
Deployment
Data Modeling
Connecting
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Mirroring
Resource Management
Security
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool guide
Data type
Storage Engine
Executor
Stream
DR (Disaster Recovery)
Configuration
Index
Extension
SQL Reference
This document introduces the database technology architecture used by YMatrix at the physical level: the MPP (Massive Parallel Processing) architecture.
MPP refers to a database architecture based on a shared-nothing cluster, where each node has its own independent disk storage and memory system. Business data is distributed across nodes according to the database model and application characteristics. Each data node (Segment Node) connects to others via dedicated or standard commercial networks, collaborating to perform computations and provide database services. Shared-nothing database clusters offer advantages such as scalability, high availability, high performance, and cost-effectiveness.
In simple terms, MPP architecture distributes tasks in parallel across multiple servers and nodes. After each node completes its computation, the results are aggregated to produce the final output.
From a data architecture perspective, distributed database architectures are categorized into three types: Shared Everything, Shared Disk, and Shared Nothing:
_1692009080.png)
Key characteristics of MPP architecture include: