<?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 Chunksize query in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332665#M7773</link>
    <description>I'm just reconfiguring our SAN (EMA12000) and reconstructing RAID sets. The manuals mention setting chunksize rounded to a prime number - yet defaults are either 128 or 256. As these are not prime, does anyone recommend a suitable chunksize if we're writing approx 30,000 x 2k records every 30 seconds - mostly sequential stuff. Previously, it had been set at 128 although I'm unsure as to why&lt;BR /&gt;(OpenVMS 7.3-1)&lt;BR /&gt;cheers&lt;BR /&gt;Andrew</description>
    <pubDate>Thu, 15 Jul 2004 11:13:35 GMT</pubDate>
    <dc:creator>Andrew Houghton</dc:creator>
    <dc:date>2004-07-15T11:13:35Z</dc:date>
    <item>
      <title>Chunksize query</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332665#M7773</link>
      <description>I'm just reconfiguring our SAN (EMA12000) and reconstructing RAID sets. The manuals mention setting chunksize rounded to a prime number - yet defaults are either 128 or 256. As these are not prime, does anyone recommend a suitable chunksize if we're writing approx 30,000 x 2k records every 30 seconds - mostly sequential stuff. Previously, it had been set at 128 although I'm unsure as to why&lt;BR /&gt;(OpenVMS 7.3-1)&lt;BR /&gt;cheers&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 15 Jul 2004 11:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332665#M7773</guid>
      <dc:creator>Andrew Houghton</dc:creator>
      <dc:date>2004-07-15T11:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chunksize query</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332666#M7774</link>
      <description>Here's the official line:&lt;BR /&gt;&lt;BR /&gt;Chunk Size&lt;BR /&gt;Specify the chunk size of the data to be stored to control the stripesize used in RAIDsets&lt;BR /&gt;and stripesets: &lt;BR /&gt;n CHUNKSIZE=DEFAULT lets the controller set the chunk size based on the number of&lt;BR /&gt;disk drives (d) in a stripeset or RAIDset. If d Â£ 9 then chunk size = 256. If d &amp;gt; 9 then&lt;BR /&gt;chunk size = 128.&lt;BR /&gt;n CHUNKSIZE=n lets you specify a chunk size in blocks. The relationship between&lt;BR /&gt;chunk size and request size determines whether striping increases the request rate or&lt;BR /&gt;the data-transfer rate.&lt;BR /&gt;Increasing the Request Rate&lt;BR /&gt;A large chunk size (relative to the average request size) increases the request rate by&lt;BR /&gt;allowing multiple disk drives to respond to multiple requests. If one disk drive contains all&lt;BR /&gt;of the data for one request, then the other disk drives in the storageset are available to&lt;BR /&gt;handle other requests. Thus, in principle, separate I/O requests can be handled in parallel,&lt;BR /&gt;thereby increasing the request rate.&lt;BR /&gt;Large chunk sizes also tend to increase the performance of random reads and writes. It is&lt;BR /&gt;recommended that you use a chunk size of 10 to 20 times the average request size,&lt;BR /&gt;rounded to the closest prime number. In general, 113 works well for OpenVMSâ ¢ systems&lt;BR /&gt;with a transfer size of 8 sectors.&lt;BR /&gt;To calculate the chunk size that should be used for your subsystem, you first must analyze&lt;BR /&gt;the types of requests that are being made to the subsystem:&lt;BR /&gt;n Lots of parallel I/O that use a small area of disk should use a chunk size of 10 times the&lt;BR /&gt;average transfer request rate.&lt;BR /&gt;n Random I/Os that are scattered over all the areas of the disks should use a chunk size&lt;BR /&gt;of 20 times the average transfer request rate.&lt;BR /&gt;n If you donâ  t know, then you should use a chunk size of 15 times the average transfer&lt;BR /&gt;request rate.&lt;BR /&gt;n If you have mostly sequential reads or writes (like those needed to work with large&lt;BR /&gt;graphic files), then make the chunk size a small number (i.e. 17 sectors).&lt;BR /&gt;Increasing the Data Transfer Rate&lt;BR /&gt;A small chunk size relative to the average request size increases the data transfer rate by&lt;BR /&gt;allowing multiple disk drives to participate in one I/O request.&lt;BR /&gt;Increasing Sequential Write Performance&lt;BR /&gt;Sequential write and read requests on stripesets (or striped mirrorsets), should use a small&lt;BR /&gt;chunk size relative to the I/O size to increase the performance. A chunk size of 17&lt;BR /&gt;generally wor</description>
      <pubDate>Tue, 20 Jul 2004 04:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332666#M7774</guid>
      <dc:creator>RBaker</dc:creator>
      <dc:date>2004-07-20T04:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Chunksize query</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332667#M7775</link>
      <description>Richard,&lt;BR /&gt;Appreciate the answer and advice. However, I'm still confused, although no where near as confused as HP seem to be. Most of your answer is as you say 'the official line', (as I've read in the manuals). However - I'd not come across the statement "In general, 113 works well for OpenVMS systems"&lt;BR /&gt;Whats confusing is :-&lt;BR /&gt;8.5 CLI guide - gives the same text as you mention.&lt;BR /&gt;The 8.6 guide uses the same text, but qualifies it with "Compaq does not recommend a chunksize less than 128 blocks (64K)". Now, consider that statement and then explain:-&lt;BR /&gt;&lt;BR /&gt;The 8.5 configuration guide (the only version I've got or found) - This is where it suggests using primes, and indeed gives a table with sizes ranging from 41 to 317. Pages 2-25 and 2-27 state "If you have mostly sequential reads or writes ..... then make the chunk size a small number (i.e. 17 sectors)." and "Sequential write and read on stripesets (or striped mirrorsets), should use a small chunk size.......A chunk size of 17 generally works well".&lt;BR /&gt;&lt;BR /&gt;Why 17 or any figure below 128 if less than 128 is not recommended?&lt;BR /&gt;What is 17 sectors?&lt;BR /&gt;&lt;BR /&gt;And why the next statement :-&lt;BR /&gt;&lt;BR /&gt; "IMPORTANT: The default chunksize should be used with caution.......an improper value may cause serious performance problems" &lt;BR /&gt;&lt;BR /&gt;Do they suggest primes or not?&lt;BR /&gt;Do they suggest less than 128 or not?&lt;BR /&gt;Do they suggest defaults or not?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Yours,&lt;BR /&gt;Confused at HP.com&lt;BR /&gt;&lt;BR /&gt;(N.B. I've already had to take the plunge, and have set them as previous - 128)&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 20 Jul 2004 05:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332667#M7775</guid>
      <dc:creator>Andrew Houghton</dc:creator>
      <dc:date>2004-07-20T05:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Chunksize query</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332668#M7776</link>
      <description>These are the generalizations I use â  in Englishâ   when optimizing: (Please check before use), some may not be scientific but work.&lt;BR /&gt;&lt;BR /&gt;1) The controller cache works in blocks of 512 Bytes (1/2k). &lt;BR /&gt;&lt;BR /&gt;2) 2-4k may be considered as high request, 32-64k may be considered as high data rate.&lt;BR /&gt;&lt;BR /&gt;3) In a high request rate environment, Chunksize 10 â   20 times the I/O size, usually rounded to the nearest power of  2,  e.g. 4k I/O size is 64 â   128, balancing the I/Oâ  s evenly across all the spindles. In your case 2k yields 32 â   64. &lt;BR /&gt;&lt;BR /&gt;4) In a high data rate environment then a smaller Chunksize, matching the I/O size, e.g. 128k I/O across 6 spindles yields approx 32.&lt;BR /&gt;&lt;BR /&gt;5) A Chunksize that is too small for the I/O multiplies the number of I/Oâ  s necessary *2, *4, *8 etc., one that is too large just minimizes the potential performance to be gained by tuning. So is much better to go with a slightly larger one than that calculated or the default. Which in your case is the next power of 2, i.e.64-128.&lt;BR /&gt;&lt;BR /&gt;6) Not a brilliant explanation but the prime number thingy is to avoid possible â  natural boundariesâ   a bit like the cracks joining up when bricklaying, or if the I/O is variable and is rounded up will minimize possible I/O multiplication.&lt;BR /&gt;&lt;BR /&gt;7) VMS has some â  driver tuningâ   built in, so in the main, I/O size tends to be larger, hence a lower chunksize than the norm would be acceptable.&lt;BR /&gt;&lt;BR /&gt;In all cases use the next power of two when calculating and add the prime factor when I/O size is variable. In addition remember a larger chunksize will have nominal effect, a smaller will multiply I/Oâ  s dividing your performance as appropriate. After significant performance testing on my part, a chunksize of 128 has been appropriate, little gain has been made less than 64 or greater than 256. In addition as the SCSI packet has a maximum payload of 64k which equates to 128 1/2k blocks so =&amp;gt; this figure will</description>
      <pubDate>Tue, 20 Jul 2004 09:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332668#M7776</guid>
      <dc:creator>RBaker</dc:creator>
      <dc:date>2004-07-20T09:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chunksize query</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332669#M7777</link>
      <description>bling... 128 is the correct choice!</description>
      <pubDate>Tue, 20 Jul 2004 09:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/chunksize-query/m-p/3332669#M7777</guid>
      <dc:creator>mark_511</dc:creator>
      <dc:date>2004-07-20T09:47:36Z</dc:date>
    </item>
  </channel>
</rss>

