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/azure-netapp-files/solutions-benefits-using-azure-netapp-files-oracle-database.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Benefits of using Azure NetApp Files with Oracle database | Microsoft Docs
3
-
description: Describes the technology and provides a performance comparison between Oracle Direct NFS and the traditional NFS client. Shows the advantages of using dNFS with Azure NetApp Files.
3
+
description: Describes the technology and provides a performance comparison between Oracle Direct NFS (dNFS) and the traditional NFS client. Shows the advantages of using dNFS with Azure NetApp Files.
4
4
services: azure-netapp-files
5
5
documentationcenter: ''
6
6
author: b-juche
@@ -18,27 +18,27 @@ ms.author: b-juche
18
18
---
19
19
# Benefits of using Azure NetApp Files with Oracle database
20
20
21
-
Direct NFS makes it possible for Oracle to drive much higher performance than the operating system's own NFS driver. This article explains the technology and provides a performance comparison between Oracle Direct NFS (dNFS) and the traditional NFS client (Kernel NFS). It also shows the advantages and the ease of using dNFS with Azure NetApp Files.
21
+
Oracle Direct NFS (dNFS) makes it possible to drive higher performance than the operating system's own NFS driver. This article explains the technology and provides a performance comparison between dNFS and the traditional NFS client (Kernel NFS). It also shows the advantages and the ease of using dNFS with Azure NetApp Files.
22
22
23
23
## How Oracle Direct NFS Works
24
24
25
-
Direct NFS bypasses the operating system’s buffer cache. Data is cached just once in the user space, eliminating the overhead of memory copies.
25
+
Oracle Direct NFS (dNFS) bypasses the operating system’s buffer cache. Data is cached once in the user space, eliminating the overhead of memory copies.
26
26
27
27
The traditional NFS client uses a single network flow, as the following example shows:
28
28
29
29

30
30
31
-
In contrast, Oracle Direct NFS (dNFS) improves performance by load-balancing network traffic across multiple network flows. This capability enables the Oracle database to dynamically establish a significant number of 650 distinct network connections, as shown in the example below:
31
+
In contrast, dNFS improves performance by load-balancing network traffic across multiple network flows. This capability enables the Oracle database to dynamically establish a significant number of 650 distinct network connections, as shown in the example below:
32
32
33
33

34
34
35
-
The [Oracle FAQ for Direct NFS](http://www.orafaq.com/wiki/Direct_NFS) shows that dNFS is an optimized NFS client that provides faster and more scalable access to NFS storage located on NAS storage devices (accessible over TCP/IP). Direct NFS is built directly into the database kernel just like ASM, which is mainly used with DAS or SAN storage. Therefore, *the guideline is to use Direct NFS when implementing NAS storage and use ASM when implementing SAN storage.*
35
+
The [Oracle FAQ for Direct NFS](http://www.orafaq.com/wiki/Direct_NFS) shows that dNFS is an optimized NFS client. It provides fast and scalable access to NFS storage that is located on NAS storage devices (accessible over TCP/IP). dNFS is built into the database kernel just like ASM, which is used primarily with DAS or SAN storage. As such, *the guideline is to use dNFS when implementing NAS storage and use ASM when implementing SAN storage.*
36
36
37
-
Oracle dNFS is the default option in Oracle 18c also the default for RAC.
37
+
dNFS is the default option in Oracle 18c also the default for RAC.
38
38
39
-
dNFS is available starting with Oracle 11g. As shown below, by using dNFS, an Oracle database running on an Azure virtual machine can drive significantly more I/O than the native NFS client, which uses a single network flow.
39
+
dNFS is available starting with Oracle 11g. The diagram below compares dNFS with native NFS. When you use dNFS, an Oracle database that runs on an Azure virtual machine can drive more I/O than the native NFS client, which uses a single network flow.
40
40
41
-

41
+

42
42
43
43
You can enable or disable dNFS by running two commands and restarting the database.
44
44
@@ -50,7 +50,7 @@ To disable:
50
50
51
51
## Azure NetApp Files combined with Oracle Direct NFS
52
52
53
-
You can leverage the performance of dNFS with the Azure NetApp Files service. The service gives you total control over your application performance. It can meet extremely demanding applications. Combining the performance benefits of dNFS with the high-performance capabilities of Azure NetApp Files provides great advantage to your workloads.
53
+
You can enhance the performance of dNFS with the Azure NetApp Files service. The service gives you total control over your application performance. It can meet extremely demanding applications. Combining the performance benefits of dNFS with the high-performance capabilities of Azure NetApp Files provides great advantage to your workloads.
0 commit comments