<?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: activiti database index in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92854#M63505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No indexes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked the activiti.mssql.create.engine.sql file and found these for the runtime alone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;create index ACT_IDX_EXEC_BUSKEY on ACT_RU_EXECUTION(BUSINESS_KEY_);&lt;BR /&gt;create index ACT_IDX_TASK_CREATE on ACT_RU_TASK(CREATE_TIME_);&lt;BR /&gt;create index ACT_IDX_IDENT_LNK_USER on ACT_RU_IDENTITYLINK(USER_ID_);&lt;BR /&gt;create index ACT_IDX_IDENT_LNK_GROUP on ACT_RU_IDENTITYLINK(GROUP_ID_);&lt;BR /&gt;create index ACT_IDX_EVENT_SUBSCR_CONFIG_ on ACT_RU_EVENT_SUBSCR(CONFIGURATION_);&lt;BR /&gt;create index ACT_IDX_VARIABLE_TASK_ID on ACT_RU_VARIABLE(TASK_ID_);&lt;BR /&gt;create unique index ACT_UNIQ_RU_BUS_KEY on ACT_RU_EXECUTION (PROC_DEF_ID_, BUSINESS_KEY_) where BUSINESS_KEY_ is not null;&lt;BR /&gt;create index ACT_IDX_ATHRZ_PROCEDEF on ACT_RU_IDENTITYLINK(PROC_DEF_ID_);&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have any indexes, I'm afraid something has gone wrong there …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2012 06:27:54 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-10-26T06:27:54Z</dc:date>
    <item>
      <title>activiti database index</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92853#M63504</link>
      <description>Hello, is there some guide on which database index should be placed per default on a fresh activiti (5.10) installation.I had some database locks and checked the (SQL Server 2008) database (found some hints here in the forum) and there is no index at all on the database&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;Maybe you could post a list</description>
      <pubDate>Thu, 25 Oct 2012 16:52:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92853#M63504</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2012-10-25T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: activiti database index</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92854#M63505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No indexes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked the activiti.mssql.create.engine.sql file and found these for the runtime alone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;create index ACT_IDX_EXEC_BUSKEY on ACT_RU_EXECUTION(BUSINESS_KEY_);&lt;BR /&gt;create index ACT_IDX_TASK_CREATE on ACT_RU_TASK(CREATE_TIME_);&lt;BR /&gt;create index ACT_IDX_IDENT_LNK_USER on ACT_RU_IDENTITYLINK(USER_ID_);&lt;BR /&gt;create index ACT_IDX_IDENT_LNK_GROUP on ACT_RU_IDENTITYLINK(GROUP_ID_);&lt;BR /&gt;create index ACT_IDX_EVENT_SUBSCR_CONFIG_ on ACT_RU_EVENT_SUBSCR(CONFIGURATION_);&lt;BR /&gt;create index ACT_IDX_VARIABLE_TASK_ID on ACT_RU_VARIABLE(TASK_ID_);&lt;BR /&gt;create unique index ACT_UNIQ_RU_BUS_KEY on ACT_RU_EXECUTION (PROC_DEF_ID_, BUSINESS_KEY_) where BUSINESS_KEY_ is not null;&lt;BR /&gt;create index ACT_IDX_ATHRZ_PROCEDEF on ACT_RU_IDENTITYLINK(PROC_DEF_ID_);&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have any indexes, I'm afraid something has gone wrong there …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 06:27:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92854#M63505</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-26T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: activiti database index</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92855#M63506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am really sorry, there was a mistake by my side!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I transferred the database schema from a remote activiti database for testing to my local instance and it seems that MS SQL Server 2008 Management Studio &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does not create the datanbase index in this case - so I was left without any primary key, index or foreign references&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for that!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-database-index/m-p/92855#M63506</guid>
      <dc:creator>christoph_retti</dc:creator>
      <dc:date>2012-11-02T15:47:05Z</dc:date>
    </item>
  </channel>
</rss>

