<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Row Device vs File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638996#M808577</link>
    <description>I'm assuming this is in relation to a Database application.  Typically, filesystems have buffering overhead from the OS involved, where the raw devices do not.</description>
    <pubDate>Fri, 30 Sep 2005 07:17:11 GMT</pubDate>
    <dc:creator>Pat Lieberg</dc:creator>
    <dc:date>2005-09-30T07:17:11Z</dc:date>
    <item>
      <title>Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638994#M808575</link>
      <description>Hi&lt;BR /&gt;  What is the differance between Raw Device and File System.&lt;BR /&gt;We use HP-UX11i operating system.&lt;BR /&gt;Which is the better option from above one.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Fri, 30 Sep 2005 07:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638994#M808575</guid>
      <dc:creator>mehul_3</dc:creator>
      <dc:date>2005-09-30T07:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638995#M808576</link>
      <description>The difference is whether I/O is buffered by the HP-UX kernel or not.  With a file system, it is - with a raw device HP-UX does  not  do any buffering.  This is typically used for a database application and the DB does any required buffering.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 30 Sep 2005 07:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638995#M808576</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-30T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638996#M808577</link>
      <description>I'm assuming this is in relation to a Database application.  Typically, filesystems have buffering overhead from the OS involved, where the raw devices do not.</description>
      <pubDate>Fri, 30 Sep 2005 07:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638996#M808577</guid>
      <dc:creator>Pat Lieberg</dc:creator>
      <dc:date>2005-09-30T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638997#M808578</link>
      <description>hi,&lt;BR /&gt;as other guys said&lt;BR /&gt;the difference is overhead&lt;BR /&gt;introduced by file system/OS.&lt;BR /&gt;On my past experience (with other &lt;BR /&gt;Unix platform) Raw Device have&lt;BR /&gt;better performance.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 30 Sep 2005 07:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638997#M808578</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-09-30T07:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638998#M808579</link>
      <description>Async IO are currently only available on raw device.&lt;BR /&gt;Lots of people claim raw device gives more performance than file system, but gain differ from application type and transaction load.&lt;BR /&gt;&lt;BR /&gt;see also attachment&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 30 Sep 2005 07:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638998#M808579</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-09-30T07:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638999#M808580</link>
      <description>A. Clay Stephenson actually did some scientific tests with oracle of raw versus filesystem. The differences in performance has dwindled. HP-UX 11i v1 has very little advantage for raw filesystems on Oracle.&lt;BR /&gt;&lt;BR /&gt;Of course you've not actually told us what you are going to put in these raw filesystems. The downside of raw is, your only access is via database/application utilities. Filesystems are accesible and can be backed up if the database or application is shut down.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 30 Sep 2005 07:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3638999#M808580</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-30T07:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639000#M808581</link>
      <description>From the performance point of view, you cannot say for 100% that raw is and always will be the fastest ( as I say in previous post, it depends ...) and you may want to benchmark your application to verify waht is best for you.&lt;BR /&gt;&lt;BR /&gt;see also this comment form Tom Kyte :&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/ask/f?p=4950:8:11141198565443368411::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:7931107631402" target="_blank"&gt;http://asktom.oracle.com/pls/ask/f?p=4950:8:11141198565443368411::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:7931107631402&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 30 Sep 2005 07:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639000#M808581</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-09-30T07:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639001#M808582</link>
      <description>Jean-Luc and other,&lt;BR /&gt;&lt;BR /&gt;i seriously forget to specify that&lt;BR /&gt;obviously it depend from use of db &lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 08:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639001#M808582</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-09-30T08:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639002#M808583</link>
      <description>Something that is often overlooked in choosing raw versus file access for databases: backup and restore. Filesystems can be backed up with many tools in HP-UX, but raw has no files, no directories, nothing for a backup program to use. The only tool is dd but this is terribly unreliable. It simply reads blocks of data and writes them onto tape (or another disk). There is no timestamp as to when the backup was made, no information about source location (rlvol name), system name, nothing but raw data. What this means is that the backup is useless if incorrect information is written on the label.&lt;BR /&gt; &lt;BR /&gt;So you have a couple of choices: have your databasae developers write a procedure to shutdown the database and export all the data to a set of extra disks, then backup the exported data files. Or, purchase a commercial backup program that understands and handles raw backup images. Be very careful about a cheap solution. Assuming the decision is based on important production servers, the backup program must be able to recover from tape errors, handle multiple tapes for a single backup, take care of documenting each tape, logs all activities and sends alerts when something goes wrong, etc.</description>
      <pubDate>Fri, 30 Sep 2005 08:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639002#M808583</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-30T08:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639003#M808584</link>
      <description>There is one other thing to consider --- and this is the only time I seriously consider the use of raw i/o. It is possible for multiple hosts to access a shared raw device with r/w access allowed by all the hosts. That is simply not possible with conventional filesystems because one host will have no idea about another host's buffer cache contents. There are clustered filesystems that even manage that trick but I'm yet to be convinced of their reliability given the extreme complexity of this task. Even with raw devices there must still be a synchronization mechanism to prevent simultaneous access to the same data blocks and indices.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 09:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639003#M808584</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-30T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639004#M808585</link>
      <description>Hi mehul&lt;BR /&gt;&lt;BR /&gt;I think u already got the answer for difference  between RAW and FS. &lt;BR /&gt;I found an article in net which was discussing about either to use DB as RAW or FS. Pls check this attachment.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 09:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639004#M808585</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-30T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639005#M808586</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;The same attachment which i posted is already attached by Jean-Luc.. Sorry guys..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Fri, 30 Sep 2005 09:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639005#M808586</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-30T09:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639006#M808587</link>
      <description>hi mehul,&lt;BR /&gt;&lt;BR /&gt;they have been Raw Device and File system, now there is ASM (Automatic Storage Management). A thing that you must not ignore now with Oracle Databases!&lt;BR /&gt;&lt;BR /&gt;In fact Oracle allows you to use all of them. TPC results have show that ASM is on the "large end".&lt;BR /&gt;&lt;BR /&gt;ASM also brings along the following advantages:&lt;BR /&gt;o Management Capabilities&lt;BR /&gt;The administration layer has been removed so that DBA gets the hand, the System administrator is least involved.  The DBA manages storage for the thing that uses more storage than anything else in your system (the database).  There are less moving pieces.  &lt;BR /&gt;&lt;BR /&gt;o Availability&lt;BR /&gt;It provides for database level mirroring of database data.  It is mirrored and then striped (instead of striped and mirrored) meaning if you lose a 9GB drive in the array, you don't need a hot spare sitting around -- we just need 9 gig of storage somewhere in the system on other failure groups in the disk group.  You need to get a new 9gig drive soon, but you don't lose protection just because you lost a disk and didn't have an entire blank one sitting around.&lt;BR /&gt;&lt;BR /&gt;You can also for instance ONLINE migrate your NAS to a SAN. You just have to add the SAN storage to the disk group, drop the NAS storage and the database will move all data from "hardware A" to "hardware B".  &lt;BR /&gt;&lt;BR /&gt;o Performance.  &lt;BR /&gt;There is no man in the middle with ASM.  It does not have the overheads associated with file systems (the latter just manages sections of disk that are made of pages in things called files).&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 01 Oct 2005 00:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639006#M808587</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-10-01T00:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639007#M808588</link>
      <description>What Tom says ? &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:7931107631402" target="_blank"&gt;http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:7931107631402&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Sat, 01 Oct 2005 00:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639007#M808588</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-01T00:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Row Device vs File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639008#M808589</link>
      <description>I worked with both but I see that raw devices are more and more phased out.&lt;BR /&gt;&lt;BR /&gt;I think this makes sense since technology&lt;BR /&gt;to disks has improved a lot I find that raw devices became something of the passed when I/O buffer memory was significant performance factor. And so as a DBA you didn't mind to sarcrifice conveniance for&lt;BR /&gt;performance.&lt;BR /&gt;&lt;BR /&gt;Nowadays with high scsi or even fiber throughput to a san disk cluster (Hp, EmC or&lt;BR /&gt;Toshiba) and also the later versions of Oracle became more sophisticated in regards to disk i/o so that raw devices are no longer a sexy performance solution.&lt;BR /&gt;&lt;BR /&gt;So it does no longer make sense to surrender&lt;BR /&gt;transparency and easier database managemant&lt;BR /&gt;for the (once) performance gain by using&lt;BR /&gt;raw devices. &lt;BR /&gt;&lt;BR /&gt;One more comment: The best performance gain&lt;BR /&gt;is still achieved in writing better i/o&lt;BR /&gt;efficient code. &lt;BR /&gt;&lt;BR /&gt;Hope this gives you a better philosophical&lt;BR /&gt;basis to your decision making process and choices at hand.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 02:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/row-device-vs-file-system/m-p/3639008#M808589</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-10-03T02:37:27Z</dc:date>
    </item>
  </channel>
</rss>

