<?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: Slow read performance in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50682#M3583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You stated that you have millions of files on the first LUNs. That seems to be the problem to me. What backup methology are you referring to?&lt;/P&gt;&lt;P&gt;You mention you have created a new LUN and it performs better but from what I can read the first LUN also does 2.5GB in seconds. Also&lt;/P&gt;&lt;P&gt;from what I can read the new LUN does not contain millions of files, is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My theory is that if your server does not handle millions of small files as fast as 1 big file. This is logical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you try the following. create a new LUN again, map it to the server. copy one big file, note the speed.&lt;/P&gt;&lt;P&gt;Now use the "makefile" command on the netapp to create a few million small files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99A*&amp;gt; priv set diag&lt;BR /&gt;99A*&amp;gt; mkfile&lt;BR /&gt;usage: mkfile size filename [filecount [stepsizeinblocks]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: mkfile 4kb /vol/volume/qtree/LUN 1000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; this will create 1 million small files in your LUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to copy this, compare with the previous copy. You will see that it will take a lot longer to copy many small files than 1 big file.&lt;/P&gt;&lt;P&gt;partially because each inode needs to be processed, each file need to be searched for and found etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, what I am saying is that what you see could be normal.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Mar 2010 22:34:32 GMT</pubDate>
    <dc:creator>eric_barlier</dc:creator>
    <dc:date>2010-03-29T22:34:32Z</dc:date>
    <item>
      <title>Slow read performance</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50678#M3582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a problem with one LUN on our FAS2050. This LUN is connected via iSCSI.&lt;/P&gt;&lt;P&gt;The content of the LUN are millions of windows files on NTFS. (720 GB - 87 % used). We have migrated these files via robocopy in the past from a EMC CX300.&lt;/P&gt;&lt;P&gt;But now we have a problem with the read performance. If we write a test file with 2,5 GB to the LUN, the file is written in a few seconds to the LUN.&lt;/P&gt;&lt;P&gt;But if we copy (read) this file to a local Disk, the process takes up to 10 minutes. So we have a big problem with our backup time.&lt;/P&gt;&lt;P&gt;If we create a new LUN and connect this LUN to the same server via iSCSI and copy the file from the new LUN to a local Disk, the process takes up a few seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think we have a problem with the specific LUN. Have you any ideas to solve our problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:16:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50678#M3582</guid>
      <dc:creator>weltkaiser</dc:creator>
      <dc:date>2025-06-05T07:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slow read performance</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50682#M3583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You stated that you have millions of files on the first LUNs. That seems to be the problem to me. What backup methology are you referring to?&lt;/P&gt;&lt;P&gt;You mention you have created a new LUN and it performs better but from what I can read the first LUN also does 2.5GB in seconds. Also&lt;/P&gt;&lt;P&gt;from what I can read the new LUN does not contain millions of files, is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My theory is that if your server does not handle millions of small files as fast as 1 big file. This is logical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you try the following. create a new LUN again, map it to the server. copy one big file, note the speed.&lt;/P&gt;&lt;P&gt;Now use the "makefile" command on the netapp to create a few million small files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99A*&amp;gt; priv set diag&lt;BR /&gt;99A*&amp;gt; mkfile&lt;BR /&gt;usage: mkfile size filename [filecount [stepsizeinblocks]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: mkfile 4kb /vol/volume/qtree/LUN 1000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; this will create 1 million small files in your LUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to copy this, compare with the previous copy. You will see that it will take a lot longer to copy many small files than 1 big file.&lt;/P&gt;&lt;P&gt;partially because each inode needs to be processed, each file need to be searched for and found etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, what I am saying is that what you see could be normal.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 22:34:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50682#M3583</guid>
      <dc:creator>eric_barlier</dc:creator>
      <dc:date>2010-03-29T22:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slow read performance</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50687#M3585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you collect perfstat while copying the 2.5-GB file to local disk? I think that will help understand the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 04:01:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50687#M3585</guid>
      <dc:creator>lwei</dc:creator>
      <dc:date>2010-03-30T04:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slow read performance</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50692#M3587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver (and welcome to the forums! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All symptoms in my opinion lead to one suspect - fragmentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this threads for fairly thorough description what may be going on in your environment and what you can do to improve things:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" href="http://communities.netapp.com/message/24794#24794" target="_blank"&gt;http://communities.netapp.com/message/24794#24794&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-message-small" href="http://communities.netapp.com/message/15554#15554" target="_blank"&gt;http://communities.netapp.com/message/15554#15554&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(or just type 'fragmentation' in the search field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 13:55:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Slow-read-performance/m-p/50692#M3587</guid>
      <dc:creator>radek_kubka</dc:creator>
      <dc:date>2010-03-30T13:55:46Z</dc:date>
    </item>
  </channel>
</rss>

