<?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: Store Transactions and Performance (FTP+CIFS) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257799#M210929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all 3.4 is much faster, try that over 3.3 to see if it makes a big difference for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And CIFS is unlikely to be a good choice to upload content since it is very "chatty".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike Farman gave a presentation on this sort of issue at DevCon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some points from that presentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FTP or WebScript would be a better choice since content can simply be streamed to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also make sure that any processing for example indexing and thumbnailing is running asynchronously rather than in transaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the highest performance upload. there's a "back door" which is to use some sort of UDP based protocol to transfer your files into the content store and then use the node service directly to create a node for your content.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 15:05:45 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-11-17T15:05:45Z</dc:date>
    <item>
      <title>Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257798#M210928</link>
      <description>hello,we plan to use alfresco as a media store and have large amounts of files transferred via cifs and ftp.unfortunately our tests show a rather bad performance using these protocols.i tried to find out what is the reason for this and used a profiling tool to find the methods using most of the cpu</description>
      <pubDate>Wed, 17 Nov 2010 07:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257798#M210928</guid>
      <dc:creator>lessrandom</dc:creator>
      <dc:date>2010-11-17T07:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257799#M210929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all 3.4 is much faster, try that over 3.3 to see if it makes a big difference for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And CIFS is unlikely to be a good choice to upload content since it is very "chatty".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike Farman gave a presentation on this sort of issue at DevCon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some points from that presentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FTP or WebScript would be a better choice since content can simply be streamed to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also make sure that any processing for example indexing and thumbnailing is running asynchronously rather than in transaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the highest performance upload. there's a "back door" which is to use some sort of UDP based protocol to transfer your files into the content store and then use the node service directly to create a node for your content.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 15:05:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257799#M210929</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-11-17T15:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257800#M210930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FTP seems "slow" because of indexing of content - FTP to a basic file server will obviously not be doing this, Alfresco is doing a LOT more! So yes async indexing will reduce this a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 10:39:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257800#M210930</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2010-11-22T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257801#M210931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx for your replies. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We moved from CIFS to FTP for our tests to eliminate the chattyness &amp;amp; overhead of CIFS so we could see how big the influence is. Actually performance is a little bit better via FTP but not getting us any closer to the speed of normal FTP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also 3.4a and 3.4b did not show much better results (I installed both out of the box, empty, with the bundled mysql-DB and ran the tests). But also in these setups, Alfresco is 6,5-7,5 times slower than direct FTP into the same system (altough is was the best performance I was able to accieve so far).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I make sure that indexing and thumbnailing is done asynchronous ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the transactions that are running on the Alfresco-side ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks and kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;randolph.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 19:59:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257801#M210931</guid>
      <dc:creator>lessrandom</dc:creator>
      <dc:date>2010-12-07T19:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257802#M210932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco will never be as fast as a dumb filesystem, because it does a lot, lot more! FTP is a route into Alfresco, it is never going to be as fast as pure FTP filesystem copy. I'm glad that the move from 3.3-&amp;gt;3.4 plus a few tweaks have at least taken you from 10x slower to 5x slower than a filesystem - good news for 3.4 performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with this global property to enable background indexing of all docs: lucene.maxAtomicTransformationTime=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The recent Alfresco Devcon covered bulk upload techniques in great detail, including this setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 14:54:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257802#M210932</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2010-12-08T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257803#M210933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kev,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx for the pointer ! Setting lucene.maxAtomicTransformationTime=0 improved the performance a little bit, not massively, though. What I can see copying in from Win7 via CIFS into Alfresco is that the speed is varying a lot and the copy sometimes even stalls for some (precious) seconds.&amp;nbsp; So, I think there's still quite some stuff for me to be done here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I pick up the presentations from the DevCon, for example the one from Mike Farman ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Working through these documents and trying tweaks would certainly get me ahead …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;randolph.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 13:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257803#M210933</guid>
      <dc:creator>lessrandom</dc:creator>
      <dc:date>2010-12-16T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257804#M210934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;did you ever get more info on this? I am actually in the middel of a conversion of legacy documents to Alfresco. I am using FTP as method of uploading, however it just get's slower and slower. At this rate it'll take far too long. I have about 10 years of scan-archives to upload in a matter of 2 months, while not interfering with the current new uploads and searches done by users. Funny how managers always assume it all just magically works out according to an imaginary schedule. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first glance it doesn't seem to be a high CPU usage, databaseload or maxing out memory. It actually went pretty fast when we started out approx. 100.000 files in about 6-10 hours, just right for a nightly batch. Now it takes more than 3 secs per file which means it has to run day and night. Fortunately it doesn't seem to bother the overall performance much, other uploads just pass right through without having to pause the bulk upload, and no user has complained so far about slow performance or unresponsiveness. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am at a loss as to where the slowdown may be originating. Possibly the indexing has something to do with it, but I couldn't be sure. Any info on tweaking performance in Bulk uploads would be very welcome.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 18:27:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257804#M210934</guid>
      <dc:creator>norbertveenbrin</dc:creator>
      <dc:date>2011-12-13T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257805#M210935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can i ask what version of Alfresco you are trying this on? I know for a fact there have been some additional improvements for 4.0, and even more coming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 10:05:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257805#M210935</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2011-12-14T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Store Transactions and Performance (FTP+CIFS)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257806#M210936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we're on version 3.3.4 and will of course be upgrading. However I am at a loss where this performance degredation is coming from. It even went back to the old performance recently, without any changes we made, only to slowly degrade in the same way. I am now actually almost waiting for it to spontaneously come back to life again. This all feels like there is a leak somewhere that when pushed hard and long enough just comes to a point where it starts cleaning up. No idea if this is a Garbage-collection issue, a transactional cache problem or something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could give me some pointers? Immediate software-upgrade is not an option right now for several reasons. Funny thing is, this could become possible just after the bulk-upload should be completed, thereby making it less urgent. The bulk-upload however was scheduled around a certain performance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 11:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/store-transactions-and-performance-ftp-cifs/m-p/257806#M210936</guid>
      <dc:creator>norbertveenbrin</dc:creator>
      <dc:date>2011-12-30T11:03:21Z</dc:date>
    </item>
  </channel>
</rss>

