Skip to content

Commit 1978ec5

Browse files
Merge pull request #259755 from AbhishekMallick-MS/Nov-29-2023-SAP
Multistreaming backup for HANA DB
2 parents db98deb + 5fa1e5c commit 1978ec5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

articles/backup/backup-azure-sap-hana-database.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up an SAP HANA database to Azure with Azure Backup
33
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 11/02/2023
5+
ms.date: 11/29/2023
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -253,6 +253,32 @@ Backups run in accordance with the policy schedule. Learn how to [run an on-dema
253253

254254
You can run an on-demand backup using SAP HANA native clients to local file-system instead of Backint. Learn more how to [manage operations using SAP native clients](sap-hana-database-manage.md#manage-operations-using-sap-hana-native-clients).
255255

256+
## Configure multistreaming data backups for higher throughput using Backint
257+
258+
To configure multistreaming data backups, see the [SAP documentation](https://help.sap.com/docs/SAP_HANA_PLATFORM/6b94445c94ae495c83a19646e7c3fd56/18db704959a24809be8d01cc0a409681.html).
259+
260+
261+
### Support matrix
262+
263+
- **Supported HANA versions**: SAP HANA 2.0 SP05 and prior.
264+
- **Parameters to enable SAP HANA settings for multistreaming**:
265+
- *parallel_data_backup_backint_channels*
266+
- *data_backup_buffer_size (optional)*
267+
268+
>[!Note]
269+
>By setting the above HANA parameters will lead to increased memory and CPU utilization. We recommend that you monitor the memory consumption and CPU utilization as overutilization might negatively impact the backup and other HANA operations.
270+
271+
- **Backup performance for databases**: The performance gain will be more prominent for larger databases.
272+
273+
- **Database size applicable for multistreaming**: The number of multistreaming channels applies to all data backups *larger than 128 GB*. Data backups smaller than 128 GB always use only one channel.
274+
275+
- **Supported backup throughput**: Multistreaming currently supports the data backup throughput of up to *1.5 GBps*. Recovery throughput is slower than the backup throughput.
276+
277+
- **VM configuration applicable for multistreaming**: To utilize the benefits of multistreaming, the VM needs to have a minimum configuration of *16 vCPUs* and *128 GB* of RAM.
278+
- **Limiting factors**: Throughput of *total disk LVM striping* and *VM network*, whichever hits first.
279+
280+
Learn more about [SAP HANA Azure Virtual Machine storage](/azure/sap/workloads/hana-vm-operations-storage) and [SAP HANA Azure virtual machine Premium SSD storage configurations](/azure/sap/workloads/hana-vm-premium-ssd-v1) configurations.
281+
256282
## Next steps
257283

258284
* Learn how to [restore SAP HANA databases running on Azure VMs](./sap-hana-db-restore.md)

0 commit comments

Comments
 (0)