<?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: Recommendations for developing heavy content store. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263409#M216539</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;SPAN&gt;first of all you should consider the number of overall users and the number of concurrent users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The total dimension of your archive is important but is more important its increase rate in time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also try to figure out the approximate document modification rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't file more than 1000 objects per folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another important aspect is the full-text search: try to understand how much it is important to you and if you can avoid it on some content. Remember that the indexing process is expensive in terms of performance and disk space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About content model try to specialize as much as you can and to widely use aspects, avoiding setting them mandatory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About development try to use Maven archetypes and to build an AMP module in order to keep it separate from the original alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Services and WebScripts serve right for the application, since it is build on top of Springframework, giving you a lot of manageability and extensibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 09:44:01 GMT</pubDate>
    <dc:creator>abarisone</dc:creator>
    <dc:date>2013-01-03T09:44:01Z</dc:date>
    <item>
      <title>Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263408#M216538</link>
      <description>I have to develop a solution based on Alfresco Share. The plan is to store 5 TB of data with custom meta data in Alfresco. There will be approx 5 million documents in different formats. I have developed Alfresco based solution earlier but handling this much data is something that I haven't done befo</description>
      <pubDate>Thu, 03 Jan 2013 06:18:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263408#M216538</guid>
      <dc:creator>javed_afroz</dc:creator>
      <dc:date>2013-01-03T06:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263409#M216539</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;SPAN&gt;first of all you should consider the number of overall users and the number of concurrent users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The total dimension of your archive is important but is more important its increase rate in time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also try to figure out the approximate document modification rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't file more than 1000 objects per folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another important aspect is the full-text search: try to understand how much it is important to you and if you can avoid it on some content. Remember that the indexing process is expensive in terms of performance and disk space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About content model try to specialize as much as you can and to widely use aspects, avoiding setting them mandatory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About development try to use Maven archetypes and to build an AMP module in order to keep it separate from the original alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Services and WebScripts serve right for the application, since it is build on top of Springframework, giving you a lot of manageability and extensibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 09:44:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263409#M216539</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2013-01-03T09:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263410#M216540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrea for you suggestion. I was thinking that if I follow your suggestion of not allowing more than 1000 nodes under one node then I will end up having deeply nested nodes. How does this effect search performance on root node? What should be the optimum depth to give best search performance in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Javed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 07:45:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263410#M216540</guid>
      <dc:creator>javed_afroz</dc:creator>
      <dc:date>2013-01-15T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263411#M216541</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;SPAN&gt;as far as I know there is no an 'optimum depth', it depends on how your repository is structured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember that it is always a trade-off between number of children for each node and node tree depth.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If your performance is not satisfactory you could think about scaling up your environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 08:20:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263411#M216541</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2013-01-15T08:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263412#M216542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This obsolete "rule of thumb" of 1000 docs was always dubious, yes certain operations used to be a problem for example using Explorer to list thousands of documents when you just wanted to read the first one.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should structure your content store in a way that makes sense to your users or to allow your app to access data.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However if you expect your users to page through 1000 docs to read document 1001 they won't be happy!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 09:57:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263412#M216542</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-01-15T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations for developing heavy content store.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263413#M216543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@mrogers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have had serious performance issues when we were not following that "obsolete rule of thumb". Load several thousand documents into one space and each new document that gets inserted into that space will block entire Alfresco for a minute or two (read/insert/update) for all users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 22:56:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-for-developing-heavy-content-store/m-p/263413#M216543</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2013-03-05T22:56:45Z</dc:date>
    </item>
  </channel>
</rss>

