YMatrix
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
Index
Extension
SQL Reference
FAQ
Submit the current transaction.
END [WORK | TRANSACTION]
END commits the current transaction. All changes made by the firm are visible to others and are guaranteed to be persistent even if a crash occurs. This command is a YMatrix database extension, equivalent to COMMIT.
WORK
TRANSACTION
Submit the current transaction:
END;
END is a YMatrix database extension that provides functionality equivalent to COMMIT specified in the SQL standard.