<?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: Activity in MySQL Cluster in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53245#M31467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems that mysql cluster doesn't support foreign key.How can we combine Activiti with Mysql cluster?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 02:35:53 GMT</pubDate>
    <dc:creator>yingying_song</dc:creator>
    <dc:date>2011-12-22T02:35:53Z</dc:date>
    <item>
      <title>Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53241#M31463</link>
      <description>Has anybody tried to run activity on a MySQL Cluster?I have tried dumping the schema, needed to change the engine type to ndbcluster and some VARCHARs to TEXT to be able to import it, but i am still getting problems with it.</description>
      <pubDate>Fri, 12 Aug 2011 16:49:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53241#M31463</guid>
      <dc:creator>ferrao</dc:creator>
      <dc:date>2011-08-12T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53242#M31464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What kind of problems? Rabbits popping out of hats?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 07:36:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53242#M31464</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-13T07:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53243#M31465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to resolve this problem ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 07:20:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53243#M31465</guid>
      <dc:creator>yingying_song</dc:creator>
      <dc:date>2011-12-21T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53244#M31466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First would be to add some information that makes sense, helps us get a clearer picture etc… Just 'I have a problem' does not help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 21:23:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53244#M31466</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-21T21:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53245#M31467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems that mysql cluster doesn't support foreign key.How can we combine Activiti with Mysql cluster?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 02:35:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53245#M31467</guid>
      <dc:creator>yingying_song</dc:creator>
      <dc:date>2011-12-22T02:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Activity in MySQL Cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53246#M31468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to see a clear answer to this question not talk of rabbits, even though the original poster seems to have given up long long ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql-cluster (multi master) is not the same as mysql in a (master-slave) cluster, the stock mysql offers scale out but a read-only copy of the master, via the binary replication log, and can not tolerate loss of the master, or promote the slave to a master (without a lot of manual pain). The slave cannot tolerate even a short outage to master (with a high database write rate), the slave will stop receiving changes and become a static snapshot in time, and requires manual re-syncing of the correct position of the change log on the master. So it is not robust at all, except for having a backup, maybe. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql-cluster is a different product, it offers redundancy, not just scale-out, if a master dies another server can take on the role, and clients can be failed over (via a content switch, or software appliance, to another server. But as the writer above said, it used the clustered database storage engine ndbcluster (whereas on mysql you have InnoDB / MyISAM the storage engines are compatible and only slightly different) which has some significant syntactical differences.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be a relatively simple answer, if the mysql supported was the standard mysql (master-slave) or clustered mysql-cluster (master-master).. if this were true there would need to be a specific schema written for it, as it is different to regular mysql. If there is only a single mysql schema, then I'm assuming mysql-cluster not tested, but it might work with a little (maybe a lot?) of tweaking.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 10:21:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-in-mysql-cluster/m-p/53246#M31468</guid>
      <dc:creator>maxfieb</dc:creator>
      <dc:date>2014-05-08T10:21:57Z</dc:date>
    </item>
  </channel>
</rss>

