<?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: Hierarchial Storage Management in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207777#M160907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The file storage mechanism in Alfresco is pluggable and the use case you describe could be implemented via this mechanism.&amp;nbsp; I believe the interface in question is called ContentStore but you should check the API JavaDocs to confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of an implementation that does exacty what you describe, but am aware of community developed extensions that use the database, Amazon S3 and the Hadoop DFS for storing files.&amp;nbsp; While none of these do what you're after a lot of the basic machinery would be the same. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jan 2009 19:30:19 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2009-01-04T19:30:19Z</dc:date>
    <item>
      <title>Hierarchial Storage Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207774#M160904</link>
      <description>Hi,Is there any plan to implement HSM (Hierarchial Storage Management) in Alfresco ?Regards,usr&amp;nbsp; &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Fri, 02 Jan 2009 14:32:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207774#M160904</guid>
      <dc:creator>udayansr</dc:creator>
      <dc:date>2009-01-02T14:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial Storage Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207775#M160905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I doubt it would be necessary to change Alfresco to use a HSM.&amp;nbsp;&amp;nbsp; If a HSM can present a view that looks and behaves like a local file system, which I think means most of them,&amp;nbsp; then Alfresco will be able to use it without modification.&amp;nbsp;&amp;nbsp; There's a whole bunch of fancy filesystems that Alfresco can use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A more interesting question may be does anyone have any experience using a HSM system with Alfresco?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 20:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207775#M160905</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-01-02T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial Storage Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207776#M160906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;well.. here is my point of view:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider there are two partitions on the same Linux System (one partition is on FC Drive (call it "Storage 1" - high cost storage) and another one on SATA Drive (call it "Storage 2" - low cost storage)). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now initially when a file is created, then its stored on "Storage 1" and the administrator can set a policy where after 90 days this file is moved from "Storage 1" to "Storage 2", but still the file will be online and accessible to end user - so as per me there would be some updates required in the DB of Alfresco + a lot of other work..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though I would agree there are some software which themselves have such a capability!! What would be the cons in building such a feature into Alfresco ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;usr&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2009 17:40:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207776#M160906</guid>
      <dc:creator>udayansr</dc:creator>
      <dc:date>2009-01-04T17:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial Storage Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207777#M160907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The file storage mechanism in Alfresco is pluggable and the use case you describe could be implemented via this mechanism.&amp;nbsp; I believe the interface in question is called ContentStore but you should check the API JavaDocs to confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of an implementation that does exacty what you describe, but am aware of community developed extensions that use the database, Amazon S3 and the Hadoop DFS for storing files.&amp;nbsp; While none of these do what you're after a lot of the basic machinery would be the same. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2009 19:30:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hierarchial-storage-management/m-p/207777#M160907</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2009-01-04T19:30:19Z</dc:date>
    </item>
  </channel>
</rss>

