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
YMatrix 6 provides cluster operations tools: mxstart and mxstop.
mxstart -a # Start the cluster
mxstop -a # Stop the cluster (this mode will hang if active sessions exist)
mxstop -a -M fast # Quickly stop the cluster using fast mode
mxstop -ar # Restart the cluster, waiting for currently executing SQL statements to complete (this mode will hang if active sessions exist)
mxstop -ar -M fast # Quickly restart the cluster using fast mode
mxstop -u # Reload configuration files without restarting the cluster