|
2 | 2 | title: Back up an SAP HANA database to Azure with Azure Backup
|
3 | 3 | description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 11/02/2023 |
| 5 | +ms.date: 11/29/2023 |
6 | 6 | ms.service: backup
|
7 | 7 | author: AbhishekMallick-MS
|
8 | 8 | ms.author: v-abhmallick
|
@@ -253,6 +253,32 @@ Backups run in accordance with the policy schedule. Learn how to [run an on-dema
|
253 | 253 |
|
254 | 254 | 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).
|
255 | 255 |
|
| 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 | + |
256 | 282 | ## Next steps
|
257 | 283 |
|
258 | 284 | * Learn how to [restore SAP HANA databases running on Azure VMs](./sap-hana-db-restore.md)
|
|
0 commit comments