Skip to content

Commit ed9de4e

Browse files
authored
Merge pull request #82458 from madewithsmiles/ngdiarra-oracle-db-recommendation-disk-cache
Updating the oracle recommendation for #70620
2 parents a5a2d77 + 5bb8c3b commit ed9de4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/virtual-machines/workloads/oracle/oracle-design.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: oracle
77
ms.collection: linux
88
ms.topic: article
9-
ms.date: 12/17/2020
9+
ms.date: 10/15/2021
1010
ms.author: kegorman
1111
ms.reviewer: tigorman
1212

@@ -196,12 +196,13 @@ Unlike a file system or application, for a database, the recommendation for host
196196

197197
**Recommendations**
198198

199-
To maximize the throughput, we recommend that you start with **ReadOnly** for host caching whenever possible. For Premium Storage, keep in mind that you must disable the "barriers" when you mount the file system with the **ReadOnly** options. Update the /etc/fstab file with the UUID to the disks.
199+
To maximize the throughput, we recommend that you start with **ReadOnly** for host caching whenever possible. For Premium Storage, keep in mind that you must disable the "barriers" when you mount the file system with the **ReadOnly** options. Update the `/etc/fstab` file with the UUID to the disks.
200200

201201
![Screenshot of the managed disk page that shows the ReadOnly and None options.](./media/oracle-design/premium_disk02.png)
202202

203-
- For OS disks, use default **Read/Write** caching and use premium SSD for Oracle workload VMs. Also ensure that the volume used for swap is also on premium SSD.
204-
- For all DATAFILES, use **ReadOnly** for caching. ReadOnly caching is only available for premium managed disk, P30 and above. There is a limit of a 4095GiB volume that can be used with ReadOnly caching. Any allocation larger will disable host caching by default.
203+
- For **OS disks**, use **premium SSD with Read/Write host caching**.
204+
- For **Data disks** that contain Oracle datafiles, tempfiles, controlfiles, block change tracking files, BFILEs, files for external tables, and flashback logs, use **premium SSD with ReadOnly host caching**.
205+
- For **Data disks containing Oracle online redo log files**, use **premium SSD or UltraDisk with no host caching (None)**. Oracle archived redo log files and RMAN backupsets can also reside with the online redo log files. Note that host caching is limited to 4095 GiB, so do not allocate premium SSD larger than P50 with host caching. If you need more than 4 TiB of storage, RAID-0 stripe several premium SSD using Linux LVM2 or using Oracle ASM.
205206

206207
If workloads vary greatly between the day and evening and the IO workload can support it, P1-P20 Premium SSD with bursting may provide the performance required during night-time batch loads or limited IO demands.
207208

0 commit comments

Comments
 (0)