YMatrix
Quick Start
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Migration
Data Query
Maintenance and Monitoring
Performance Tuning
Troubleshooting
Reference Guide
SQL Reference
FAQ
Vectorized execution engine is a high-performance execution engine specially designed for column-oriented storage engines (such as MARS2 and AOCO). For common queries, there is one to two orders of magnitude performance improvement compared to traditional execution engines oriented towards row processing.
Compared with scalar execution engines, the performance benefits of vectorized executors come from the following aspects:
We will explain vectorization in detail from the following aspects.