<?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: Amount of files per space recommendation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221648#M174778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Peter Monks has a blog post on bulk loading that you might find worth reading&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.alfresco.com/wp/pmonks/2009/10/22/bulk-import-from-a-filesystem/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/pmonks/2009/10/22/bulk-import-from-a-filesystem/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 20:00:28 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2009-10-22T20:00:28Z</dc:date>
    <item>
      <title>Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221642#M174772</link>
      <description>Hello all,I have created a bulk uploader to load thousands of xml files (usually around 2k each).&amp;nbsp;&amp;nbsp; Performance takes a huge hit when there is a high amount of files in a single space and I have been tinkering with amounts.&amp;nbsp; I was just wondering if anyone out there had any recommendations for the am</description>
      <pubDate>Wed, 21 Oct 2009 19:07:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221642#M174772</guid>
      <dc:creator>tonyc</dc:creator>
      <dc:date>2009-10-21T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221643#M174773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How is performance affected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your loading slow down, or is it the folder browsing that slows down?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for browsing I don't know of any exact threshold, but in practice, finding documents by browsing isn' really useful if you have more than 100 in a space. If you do, it is easier to find using search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading should not be affected by number of documents in a space as far as i know, but you need to tell us how exactly you load them if this is your problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 20:03:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221643#M174773</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-10-21T20:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221644#M174774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The performance hit that I'm concerned with is the amount of time it takes to load the files into the repository…&amp;nbsp; My rough calculations have it at about 7 minutes for 500 files (importing from zip and extracting metadata) and about 19 minutes for 1000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there tweaks or something I can do to help the performance?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 21:44:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221644#M174774</guid>
      <dc:creator>tonyc</dc:creator>
      <dc:date>2009-10-21T21:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221645#M174775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you compare this to normal file operations, you also have db inserts/updates, and indexing starting. So it will always take a little bit longer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do, if you haven't already. Put the database on a separate server. Make sure you have lots of available memory. Have your files (alf_data) on a fast disk, especially important for the lucene index.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 10:48:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221645#M174775</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-10-22T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221646#M174776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the feedback..&amp;nbsp; The current configuration I have now is a Dual 2.8Ghz xeons w/4G of ram running the tomcat application servers.&amp;nbsp; On the back end I have a dual 3.2Ghz xeons w/4G of ram running mysql server as well as hosting the data with SCSI320 arrays.&amp;nbsp; I'm using NFS on the tomcat servers to access the alf_data mount.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think this setup is an ideal one for what I am trying to do? Any other recommendations?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I have a production tomcat and a development tomcat running..&amp;nbsp; I have tuned the JVM on the production server but left defaults for the development,&amp;nbsp; do you think this will help out performance substantially?&amp;nbsp;&amp;nbsp; I have not yet done testing on the production side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once again I thank you for your feedback. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:56:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221646#M174776</guid>
      <dc:creator>tonyc</dc:creator>
      <dc:date>2009-10-22T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221647#M174777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would try to compare storing alf_data on the local file system to having it stored on the NFS volume. I do not think that NFS performance is good enough for this purpose. The best way for you to find is to actually test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you found this page about tuning &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JVM_Tuning" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JVM_Tuning&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also try to set xms and xmx equal as per this page &lt;/SPAN&gt;&lt;A href="http://docs.sun.com/app/docs/doc/819-3681/abeii?a=view" rel="nofollow noopener noreferrer"&gt;http://docs.sun.com/app/docs/doc/819-3681/abeii?a=view&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:43:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221647#M174777</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-10-22T17:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of files per space recommendation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221648#M174778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Peter Monks has a blog post on bulk loading that you might find worth reading&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.alfresco.com/wp/pmonks/2009/10/22/bulk-import-from-a-filesystem/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/pmonks/2009/10/22/bulk-import-from-a-filesystem/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:00:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/amount-of-files-per-space-recommendation/m-p/221648#M174778</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-10-22T20:00:28Z</dc:date>
    </item>
  </channel>
</rss>

