2. Vector Concepts : Data Manipulation : Persistence and Recovery
 
Share this page                  
Persistence and Recovery
A COMMIT statement makes all changes from a transaction become persistent (including batch operations). In addition, Vector provides full automatic recovery. If a system crashes during a transaction, any changes made by that transaction will not be visible after the system restart, but all successfully committed transactions will be restored.