<?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 Migrating from InnoDB to MyIsam for MySQL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221535#M174665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use MySQL Cluster in Production Environment for an Alfresco Customization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is: for Alfresco 3.2 Community, the datasource for MySQL is InnoDB and InnoDB supports Foreign Keys but the Foreign Keys, currently, are not supported by NDBCluster datasource. For this reason I would create on the Alfresco DB the tables with MyIsam Engine instead of InnoDB, in order to use a SQL script with a series of ALTER TABLE for modifying of Engine for every table in DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: how can I modify the engine from InnoDB to MyIsam in Alfresco 3.2 Community at installation time, delegating the management of Foreign Keys to Hibernate Persistence Layer? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance. Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– Paolo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.: Alfresco uses hdb2ddl to create its own tables at the first startup, for this reason I write here now to understand what files I&amp;nbsp; must modify to change the database engine at first startup time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Mar 2010 11:15:12 GMT</pubDate>
    <dc:creator>hailpam</dc:creator>
    <dc:date>2010-03-04T11:15:12Z</dc:date>
    <item>
      <title>Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221535#M174665</link>
      <description>Hi all,I want to use MySQL Cluster in Production Environment for an Alfresco Customization.The problem is: for Alfresco 3.2 Community, the datasource for MySQL is InnoDB and InnoDB supports Foreign Keys but the Foreign Keys, currently, are not supported by NDBCluster datasource. For this reason I wo</description>
      <pubDate>Thu, 04 Mar 2010 11:15:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221535#M174665</guid>
      <dc:creator>hailpam</dc:creator>
      <dc:date>2010-03-04T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221536#M174666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Somewhere I've read that with Alfresco Community 3.0 the data tables were MyIsam. Can someone help me indicating what are the files to change in order to create MyIsam tables into Alfresco DB with Alfresco 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance. Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– Paolo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 17:16:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221536#M174666</guid>
      <dc:creator>hailpam</dc:creator>
      <dc:date>2010-03-06T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221537#M174667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco requires InnoDB on MySQL. MyIsam is not supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 10:22:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221537#M174667</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-08T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221538#M174668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alfresco requires InnoDB on MySQL. MyIsam is not supported.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that basically there an incompatibility/incongruence, but if I wanted to migrate to MyIsam from InnoDB delegating to Hibernate Persistence Layer the management of foreign keys and other stuff? In other words, if I wanted to inhibit the controls maked by hbm2ddl at every startup of Alfresco server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Paolo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 10:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221538#M174668</guid>
      <dc:creator>hailpam</dc:creator>
      <dc:date>2010-03-09T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221539#M174669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco needs a grown-up database that supports transactions and row-level locking. MyISAM does not provide this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 12:48:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221539#M174669</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-09T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from InnoDB to MyIsam for MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221540#M174670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alfresco needs a grown-up database that supports transactions and row-level locking. MyISAM does not provide this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok dward. Thanks for your replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Paolo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 10:34:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrating-from-innodb-to-myisam-for-mysql/m-p/221540#M174670</guid>
      <dc:creator>hailpam</dc:creator>
      <dc:date>2010-03-12T10:34:35Z</dc:date>
    </item>
  </channel>
</rss>

