Savepoints in SAP HANA are triggered by:B. By issuing a transactional commit, which initiates a savepoint to ensure that all committed transactions are durably written to the disk.C. By a database soft shutdown, during which SAP HANA ensures that all changes are safely written to the disk in the form of a final savepoint to prevent any data loss.Savepoints are not directly triggered by performing a delta merge or a database backup; these processes may coincide with savepoints for consistency but do not inherently cause them.References= SAP HANA administration guide detailing how transactional data management is handled, including the automatic triggering of savepoints at specific operations like shutdowns and commits.
SAP HANA Architecture
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit