Quick Start
Simulate Time Series Scenarios
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Writing
Data Migration
Data Query
Scene Application Examples
Federal Query
Maintenance and Monitoring
Global Maintenance
Partition Maintenance
Backup and Restore
Cluster Expansion
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool Guide
Data Type
Storage Engine
Execution Engine
Configuration Parameters
SQL Reference
FAQ
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: