You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/workloads/dbms-guide-maxdb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ In short you have to:
50
50
* Separate the IO path for SAP MaxDB data volumes (data files) from the IO path for log volumes (log files). It means that SAP MaxDB data volumes (data files) have to be installed on one logical drive. SAP MaxDB log volumes (log files) have to be installed on another logical drive.
51
51
* Set the proper caching type for each disk, depending on whether you use it for SAP MaxDB data or log volumes (data and log files). Also, whether you use Azure Standard or Azure Premium Storage, as described in [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md).
52
52
* As long as the current IOPS quota per disk satisfies the requirements, it's possible to store all the data volumes on a single mounted disk, and also store all database log volumes on another single mounted disk.
53
-
* If more IOPS and/or space are required, we recommend that you use Microsoft Windows Storage Pools, which is only available in Microsoft Windows Server 2012 and later. Storage pools are used to create one large logical device over multiple mounted disks. For more information, see [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md). This approach simplifies the administration overhead to manage the disk space and avoids the effort of manually distributing files across multiple mounted disks.
53
+
* If more IOPS and/or space are required, we recommend that you use Microsoft Windows [Storage Spaces](/windows-server/storage/storage-spaces/overview). Storage Spaces is used to create one large logical device over multiple mounted disks (storage pooling). For more information, see [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md). This approach simplifies the administration overhead to manage the disk space and avoids the effort of manually distributing files across multiple mounted disks.
54
54
* We strongly recommend that you use Azure Premium Storage for MaxDB deployments.
55
55
56
56

0 commit comments