Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
LauraNevin
Product and Topic Expert
Product and Topic Expert

As of QRC01/2021, SAP HANA Cloud, Data Lake allows you to perform backup and restore operations on individual tables in your data lake.

What is this feature?


The table-level backup feature allows you to back up and restore individual tables in a database in your data lake. Translated, table-level backup means you create an AES256-encrypted binary file of the data that is in the table.

You can even compress the backup if you want to save space in the object store of the corresponding infrastructure-as-a-service (IaaS) provider (e.g., Amazon AWS).

When and why do I need it?


Choose to implement table-level backups when your database is very large and backing it up takes a long time, or when you just want more frequent backups of critical data.

You might also decide to use this feature to bolster your disaster recovery plan (by integrating table-level backups into the strategy).

Finally, you could use this feature as a clever way to make your data exports more efficient (by moving data into the table(s) you are backing up before exporting).

How do I access this feature?


The table-level backup and restore capability is already enabled and ready for you, provided you are running SAP HANA Cloud, Data Lake version QRC01/2021 or later. While you will see an enableBackups parameter that enables the normal database backup capability in SAP HANA Cloud, Data Lake, the setting has no impact on this feature.

As you might expect, though, you'll need the requisite object-level privileges on a table (or be the owner) to perform backup and restore operations on it, but the general ability to perform table-level backup and restore does not require special or separate permissions.

You will find the syntax to backup and restore a table fairly simple. The only tricky part will be ensuring that you know the connection string information for your IaaS provider (hyperscaler):

 

BACKUP TABLE and RESTORE TABLE statement syntax in SAP HANA Cloud, Data Lake



Where do I find more information?



 

 

 

 

 

 

 



~ end ~

3 Comments