YMatrix
Quick Start
Connecting
Benchmarks
Deployment
Data Usage
Manage Clusters
Upgrade
Global Maintenance
Expansion
Monitoring
Security
Best Practice
Technical Principles
Data Type
Storage Engine
Execution Engine
Streaming Engine(Domino)
MARS3 Index
Extension
Advanced Features
Advanced Query
Federal Query
Grafana
Backup and Restore
Disaster Recovery
Guide
Performance Tuning
Troubleshooting
Tools
Configuration Parameters
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: