<?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: Best way to cleanup history? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58930#M36144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your quick reply, jbarrez.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it sure to delete from that tables? Can I break something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking to do something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;DELETE FROM ACT_HI_ACTINST&amp;nbsp; WHERE END_TIME_ &amp;lt; '2011-06-22';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;DELETE FROM ACT_HI_PROCINST WHERE END_TIME_ &amp;lt; '2011-06-22'; &lt;BR /&gt;&lt;BR /&gt;DELETE FROM ACT_HI_TASKINST WHERE END_TIME_ &amp;lt; '2011-06-22';&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rufini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 13:33:43 GMT</pubDate>
    <dc:creator>rufini</dc:creator>
    <dc:date>2011-06-29T13:33:43Z</dc:date>
    <item>
      <title>Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58928#M36142</link>
      <description>Hi all;I'm an Activiti newbie and I would like to know what could be the best way to cleanup history tables. I'm planning to write a SQL query to delete records from ACT_HI_* previous to certain date. Is that the best way? Any suggestion?Thanks in advance!rufini</description>
      <pubDate>Tue, 28 Jun 2011 20:59:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58928#M36142</guid>
      <dc:creator>rufini</dc:creator>
      <dc:date>2011-06-28T20:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58929#M36143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that would be the easiest way to do it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:26:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58929#M36143</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-06-29T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58930#M36144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your quick reply, jbarrez.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it sure to delete from that tables? Can I break something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking to do something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;DELETE FROM ACT_HI_ACTINST&amp;nbsp; WHERE END_TIME_ &amp;lt; '2011-06-22';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;DELETE FROM ACT_HI_PROCINST WHERE END_TIME_ &amp;lt; '2011-06-22'; &lt;BR /&gt;&lt;BR /&gt;DELETE FROM ACT_HI_TASKINST WHERE END_TIME_ &amp;lt; '2011-06-22';&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rufini&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 13:33:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58930#M36144</guid>
      <dc:creator>rufini</dc:creator>
      <dc:date>2011-06-29T13:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58931#M36145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depends on what queries you have written. If you have any logic dependent on the history data, then it might break something &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if not, then you can just delete the history data. If you are not using the history data, it might be good to set the history level to 'none'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 08:18:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58931#M36145</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-06-30T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58932#M36146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have seen deleteHistoricProcessInstance and deleteHistoricTaskInstance api's avaliable for deleting process instances and task from history table. Do we still need to Delete SQL queries for History Cleanup ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:54:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58932#M36146</guid>
      <dc:creator>sharad</dc:creator>
      <dc:date>2014-03-27T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to cleanup history?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58933#M36147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use these APIs as well, yes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:54:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-cleanup-history/m-p/58933#M36147</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-03-31T14:54:03Z</dc:date>
    </item>
  </channel>
</rss>

