<?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: 44 million document require one year for load on alfresco!! in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251953#M205083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We multi-thread many of our uploads and operations for nightly batch processing (using the Alfresco java api) and I can process about 5000 documents in under 20 minutes.. (in our case these arent even physical files, just binary files stored in a seperate database) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i needed to make it even faster I have looked at Peter's tool and it appears it should be a faster way..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might help to post your server specs and memory settings..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 20:49:26 GMT</pubDate>
    <dc:creator>jneeve</dc:creator>
    <dc:date>2011-05-10T20:49:26Z</dc:date>
    <item>
      <title>44 million document require one year for load on alfresco!!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251950#M205080</link>
      <description>Hi,I am trying to develop alfresco,I have added approximately 120 custom models,And i am trying to migration for move on alfresco our old system documents.There are approximately 44,000,000 document and when i try to load its on alfresco using java client, it requires approximately one year for comp</description>
      <pubDate>Mon, 11 Apr 2011 15:34:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251950#M205080</guid>
      <dc:creator>necipakca</dc:creator>
      <dc:date>2011-04-11T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: 44 million document require one year for load on alfresco!!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251951#M205081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You probably want to have some sort of upload tool.&amp;nbsp;&amp;nbsp;&amp;nbsp; There's one developed by Peter Monks that uploads directly from filesystem to an alfresco repo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a presentation on this type of requirement at the last alfresco DevCon.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The other keys points I remember from that talk were were to turn indexing off on the server doing the uploading and to adjust the server to optimise the write use case.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You probably also need to consider whether you can upload in parallel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 15:45:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251951#M205081</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-04-11T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: 44 million document require one year for load on alfresco!!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251952#M205082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our all documents are picture jpg file so I think they won't be indexing and i did not use indexing for metadatas of my custom models too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try parallel upload but all threads are waiting each others so there is no differences abouth one thread or multi thread because threads are waiting by alfresco.I think alfresco use queue for upload.Why? i couldnt understand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will examine to OpenMigrate , i hope it can solve my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:06:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251952#M205082</guid>
      <dc:creator>necipakca</dc:creator>
      <dc:date>2011-04-12T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: 44 million document require one year for load on alfresco!!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251953#M205083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We multi-thread many of our uploads and operations for nightly batch processing (using the Alfresco java api) and I can process about 5000 documents in under 20 minutes.. (in our case these arent even physical files, just binary files stored in a seperate database) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i needed to make it even faster I have looked at Peter's tool and it appears it should be a faster way..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might help to post your server specs and memory settings..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 20:49:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/44-million-document-require-one-year-for-load-on-alfresco/m-p/251953#M205083</guid>
      <dc:creator>jneeve</dc:creator>
      <dc:date>2011-05-10T20:49:26Z</dc:date>
    </item>
  </channel>
</rss>

