Well my experience with Oracle is about 8 years out of date so take this for what it is.<br><br>In the past I've used Oracle with OCFS (Oracle Cluster File System) on a shared disk on a SAN.<br>In my experience it was always slow because of the safeties it requires for multiple instances using a shared disk. So its no surprise the performance on NFS wouldn't be great<br><br>That said under the hood whenever possible it loads whole files into RAM to extract data however it does misplace writes. So it may not perform as well on writes as you may&nbsp;hope, but&nbsp;neither will NFS.<br><br>The reason why Oracle has started supporting NFS is really to try to compete in the cloud market not because its a good idea.<br><br>In general distributed Databases using shared disk is a bad idea and should be avoided if possible.<br><br>That said consider talking to the people at EnterpriseDB they may have a better compatible alternative for you because the optimize the PostgreSQL stack to work in the cloud and provide a Oracle client compatibility layer.<br>In addition they can easily configure their version of PostgreSQL to do more efficient Hot spare (read write on the primary and read-only on the backup) replication via the databases journal which will be far more efficient as far as speed and your network utilization.<br><br><br><span style="font-family:Prelude, Verdana, san-serif;"><br><br></span><span id="signature"><div style="font-family: arial, sans-serif; font-size: 12px;color: #999999;">-- Sent from my HP Pre3</div><br></span><span style="color:navy; font-family:Prelude, Verdana, san-serif; "><hr align="left" style="width:75%">On Oct 7, 2013 18:26, Dan Mons &lt;dmons@cuttingedge.com.au&gt; wrote: <br><br></span>What sort of read/write patterns are these global transaction logs? <br> <br>I've found GlusterFS excels at use cases were you need to read or <br>write entire files at a time, and in great volume from many sources. <br>We use it as storage for our production users who read and write a lot <br>of large media files (mostly from our render farm, which can push a <br>lot of data around very quickly), and it works brilliantly. <br> <br>However, we did attempt to run applications off it (as we were running <br>applications off an NFS share previously), and host our Linux user <br>home drives from it, and both of these cases didn't quite work out for <br>us.  GlusterFS appears to not like reading portions of a file at a <br>time (say, when you load a binary or library, and Linux only requires <br>a small part of that file read).  We ended up going back to NFS for <br>home and apps, but keeping GlusterFS where it excelled - for large <br>volume file writes and reads of entire files. <br> <br>-Dan <br> <br> <br>On 8 October 2013 00:27, Dan Hawker &lt;danhawker@googlemail.com&gt; wrote: <br>&gt; <br>&gt; Hi All, <br>&gt; <br>&gt; We have a requirement for a common replicated filesystem between our two <br>&gt; datacentres, mostly for DR and patching purposes when running Weblogic <br>&gt; clusters. <br>&gt; <br>&gt; For those that are not acquainted, Weblogic has a persistent store that it <br>&gt; uses for global transaction logs amongst other things. This store can be <br>&gt; hosted on shared disk (usually NFS), or in recent versions within an Oracle <br>&gt; DB. Unfortunately, some of the products that we use, have to use the disk <br>&gt; option. <br>&gt; <br>&gt; Ordinarily I'd just follow Oracle's guidelines and use an Enterprise NAS <br>&gt; head and NFS, however the NAS head we have at my present role, has rather <br>&gt; lacklustre replication granularity (every 5mins), which just won't cut it, <br>&gt; so we're looking at alternatives, including throwing more cash at the <br>&gt; storage vendor. <br>&gt; <br>&gt; The Linux team here use GlusterFS to host and replicate their Puppet <br>&gt; infrastructure between the datacentres. They like and understand it, and say <br>&gt; it's got good performance, so we were wondering if we could also leverage <br>&gt; Gluster for the persistent data stores that can't be DB hosted. <br>&gt; <br>&gt; Wondered if anyone has tried this kind of thing with Weblogic or any other <br>&gt; JEE app server before, and if it is feasible. We'll obviously test this <br>&gt; extensively, but before we do spend time and resource, we're just after some <br>&gt; degree of confidence that it may work at all. <br>&gt; <br>&gt; Thanks <br>&gt; <br>&gt; Dan <br>&gt; <br>&gt; -- <br>&gt; Dan Hawker <br>&gt; -- <br>&gt; <br>&gt; _______________________________________________ <br>&gt; Gluster-users mailing list <br>&gt; Gluster-users@gluster.org <br>&gt; http://supercolony.gluster.org/mailman/listinfo/gluster-users <br> <br> <br> <br>--  <br>Dan Mons <br>R&amp;D SysAdmin <br>Cutting Edge <br>http://cuttingedge.com.au <br>_______________________________________________ <br>Gluster-users mailing list <br>Gluster-users@gluster.org <br>http://supercolony.gluster.org/mailman/listinfo/gluster-users <br>