<?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: Alfresco 3.2 is very slow with operatins on many small files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245554#M198684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We experience the same poor performance on tests of 3.2r CE. Using Mysql as the database, running on a high-end (IO spread across multiple 15k SAS drives, 24GB RAM, 8 processor) machine. Copying a few hundred small text files (2MB total) into Alfresco over a CIFS share accessed on a gigabit LAN takes approximately 15 minutes. Copying one large (5GB) file does not produce the poor performance results. This is a big concern.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2009 22:15:04 GMT</pubDate>
    <dc:creator>mroessler</dc:creator>
    <dc:date>2009-11-03T22:15:04Z</dc:date>
    <item>
      <title>Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245547#M198677</link>
      <description>Hi all,We are currently evaluating Alfresco for our organisation and some of our customers. Everything is working fine and robust except for one thing;When copying more than 1000 small files to the Alfresco server via CIFS, the average speed goes down to less than 58KB p/s over a local LAN.Eventuall</description>
      <pubDate>Tue, 01 Sep 2009 09:52:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245547#M198677</guid>
      <dc:creator>dirkvdzee</dc:creator>
      <dc:date>2009-09-01T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245548#M198678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is surprising to see that there is no answer because since this previous post I found several posts of people having exactly the same problem also without a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other hand it does seem to work for (most?) others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Quick recap:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have an out of the box Alfresco 3.2 Community installation on Ubuntu 9.04 (and Windows).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The hardware is more than adequate and we used optimized parameters for JVM memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is the very, very slow performance of handling multiple files in CIFS during one copy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally, I think, “out the box” should (and probably will) give adequate performance, so there must be a (small?) problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have searched further, did some new tests and came up with new information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Tests&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We started a test to see if the problem was definitely related to the number of files and not the size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a comparison between copying small and large files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;4 files of 5.5MB (total 22MB) were copied in 17 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;18 small files with a combined size of 134KB were copied in 32 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; This confirms the problem lies in adding files (not the size).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After this we tried the Alfresco JLAN server. This is the Open Source Java CIFS server that’s used in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We installed JLAN (just unzip), made a few changes in XML configuration file and started the process on the command line (so no Tomcat).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We did the same performance test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;4 files of 5.5MB (total 22MB) were copied in 12 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;18 small files with a combined size of 134KB were copied in &lt;/SPAN&gt;&lt;STRONG&gt;less than 2 seconds&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This works fine. So the problem is not in JLAN server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remaining factors are either Tomcat (jsvc service) or something in Alfresco (but not the JLAN part).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We really want to use Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have ideas what we can do or test next?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we rule out Tomcat as source of the problem someway?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 14:27:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245548#M198678</guid>
      <dc:creator>dirkvdzee</dc:creator>
      <dc:date>2009-09-08T14:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245549#M198679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just throwing in some ideas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Try a different database, compared to just using jlan you have lots of db inserts. For community you have the option to try postgresql instead of mysql, available as a separate download.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Check I/O, is your index located on a really fast disk? Are you running on virtual machines, and are they properly configured for I/O performance?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 19:56:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245549#M198679</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-09-08T19:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245550#M198680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem with the ubuntu installation out of the box, any news?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 20:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245550#M198680</guid>
      <dc:creator>troton</dc:creator>
      <dc:date>2009-09-18T20:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245551#M198681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No virtualization is used and the disk is sata 7200 with a capacity of 500GB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We did try to install on a completely different (pretty fast) machine, again with the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, we relocated the database on a external (fast) database server, but without any improvement. During the copying operation, the utilization of the database server was very low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was expected because monitoring of the database server revealed few queries (there are no users on the system during the copying operation).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because of the lack of reaction of official Alfresco team members (and others) in this and several similar posts, I think it is likely that there is no real solution (other than perhaps buying very expensive hardware).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the status is that we are really stuck with Alfresco and, unfortunately, probably need to look at other options. :cry:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 09:25:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245551#M198681</guid>
      <dc:creator>dirkvdzee</dc:creator>
      <dc:date>2009-09-21T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245552#M198682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Have tested all the Alfresco 3.x community versions and all of them have several issues with CIFS. We have currently installed the 2.1 version and qe can´t upgrade to 3.x branch becouse this issue!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 12:15:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245552#M198682</guid>
      <dc:creator>troton</dc:creator>
      <dc:date>2009-09-24T12:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245553#M198683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I have tested several Alfresco Community versions on windows, and there are always problems with CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally, the system halt for a minute during a copy. I haven't detected this problem with Enterprise version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Community version 3.2 on Linux works perfectly (CIFS functionality)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 19:32:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245553#M198683</guid>
      <dc:creator>jpbarba</dc:creator>
      <dc:date>2009-10-05T19:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245554#M198684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We experience the same poor performance on tests of 3.2r CE. Using Mysql as the database, running on a high-end (IO spread across multiple 15k SAS drives, 24GB RAM, 8 processor) machine. Copying a few hundred small text files (2MB total) into Alfresco over a CIFS share accessed on a gigabit LAN takes approximately 15 minutes. Copying one large (5GB) file does not produce the poor performance results. This is a big concern.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 22:15:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245554#M198684</guid>
      <dc:creator>mroessler</dc:creator>
      <dc:date>2009-11-03T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245555#M198685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, this difference is not just there with CIFS - it also happens with Webdav. Alfresco has a per-file overhead since the file isn't just copied on the local hard drive, there are also DB nodes created and search indexes to add. And yes, all of it happens in the same transaction before commit. There are also stability issues too when importing large batches of content at once using Windows clients.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So yes, the number of files is more important then the average filesize. And yes, it's core to Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 07:33:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245555#M198685</guid>
      <dc:creator>rogier_oudshoor</dc:creator>
      <dc:date>2009-11-04T07:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245556#M198686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue in Jira might be related &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-1553" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-1553&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe try this suggestion to disable change notifications in CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you try adding the following line to the file-servers.xml, or custom config, where the Alfresco filesystem is defined :-&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Filesystems"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filesystems&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Alfresco repository access shared filesystem –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filesystem name="${filesystem.name}"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;store&amp;gt;workspace://SpacesStore&amp;amp;lt;/store&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rootPath&amp;gt;/app:company_home&amp;lt;/rootPath&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;disableChangeNotification/&amp;gt; &amp;lt;!– Add this line –&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filesystem&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filesystems&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 07:37:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245556#M198686</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-11-04T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.2 is very slow with operatins on many small files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245557#M198687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I switched databases on our test install from mysql to Oracle. This resolved the slow copy over cifs issue on the test installation. Perhaps the same speed can be achieved with mysql with database tuning by those with experience with mysql.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 03:23:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-2-is-very-slow-with-operatins-on-many-small-files/m-p/245557#M198687</guid>
      <dc:creator>mroessler</dc:creator>
      <dc:date>2009-11-05T03:23:53Z</dc:date>
    </item>
  </channel>
</rss>

