<?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: Does FS blksize impact storage?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484355#M654641</link>
    <description>Yes, you must decide between performance and wasting disk space.&lt;BR /&gt;&lt;BR /&gt;Either you set your fs blocksize to the same as the oracle db (eg 8k, 16k, 32k) and gain ~15%+ performance but waste quite a lot of space if you have lots of small files on that filesystem also, or set it to 1k, save space but dont get the performance increase.&lt;BR /&gt;&lt;BR /&gt;For this reason we usually have separate filesystems for oracle indexes and dbf files only, which are set to 8k+. And other filesystems with the default 1k for all those small files.&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jan 2001 14:29:54 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2001-01-19T14:29:54Z</dc:date>
    <item>
      <title>Does FS blksize impact storage??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484352#M654638</link>
      <description>I usually create Oracle filesystem with an 8K blocksize for performance reasons.&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -b 8192 etc...&lt;BR /&gt;&lt;BR /&gt;If I have a filesystem however, that consists of many small files (most less than 8K in size) am I wasting space by going with an 8K blocksize on this one?&lt;BR /&gt;&lt;BR /&gt;I thought I heard at one time that the system uses a minimum of 1 block to store a file?  So in other words, a 5k file would occupy an 8K block and the rest of the space cannot be re-used, thus wasting 3k?&lt;BR /&gt;&lt;BR /&gt;Is this true?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 18 Jan 2001 18:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484352#M654638</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2001-01-18T18:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does FS blksize impact storage??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484353#M654639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, if you have a 1K file on a vxfs filesystem with 8K blocks, then you will "waste" 7K.  Also, when reading the same 1K file, the entire block will be read even though only 1K is needed.&lt;BR /&gt;&lt;BR /&gt;By default, newfs -F vxfs will create the filesystem with 1K blocks.&lt;BR /&gt;&lt;BR /&gt;--Bruce</description>
      <pubDate>Thu, 18 Jan 2001 19:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484353#M654639</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-01-18T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does FS blksize impact storage??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484354#M654640</link>
      <description>For Oracle database datafiles, a file system block size closer to the Oracle "db_block_size" value will increase HP-UX performance with Oracle.&lt;BR /&gt;&lt;BR /&gt;For the Oracle executables and administration files as well as other miscellaneous files, this is a judgement call for the system admin.  If I plan for many small files, I would try to keep the block size small (e.g., 1K).&lt;BR /&gt;&lt;BR /&gt;Maximizing performance requires evaluating each need individually for their best interest (usually requiring understanding how the application utilizes the system resources).  It is more work, but I have not found "generic" settings that maximizes all desired effects for all types of different needs.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 19 Jan 2001 14:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484354#M654640</guid>
      <dc:creator>Ed Ulfers</dc:creator>
      <dc:date>2001-01-19T14:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does FS blksize impact storage??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484355#M654641</link>
      <description>Yes, you must decide between performance and wasting disk space.&lt;BR /&gt;&lt;BR /&gt;Either you set your fs blocksize to the same as the oracle db (eg 8k, 16k, 32k) and gain ~15%+ performance but waste quite a lot of space if you have lots of small files on that filesystem also, or set it to 1k, save space but dont get the performance increase.&lt;BR /&gt;&lt;BR /&gt;For this reason we usually have separate filesystems for oracle indexes and dbf files only, which are set to 8k+. And other filesystems with the default 1k for all those small files.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 14:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484355#M654641</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-01-19T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does FS blksize impact storage??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484356#M654642</link>
      <description>Thanks guys.  I'm going with 8192 on all File systems that contain Oracle .dbf files and the default 1K on the rest.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 19 Jan 2001 22:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-fs-blksize-impact-storage/m-p/2484356#M654642</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2001-01-19T22:21:39Z</dc:date>
    </item>
  </channel>
</rss>

