The question is, is it advisable to change the default engine of a cluster 
setting to Myisam? Does anyone have an opinion or experience on this issue? Do 
I have choice when it comes to clustering on which type engine supports 
clustering.  
Thanks



-----Original Message-----
From: Reindl Harald [mailto:h.rei...@thelounge.net] 
Sent: Saturday, April 28, 2012 3:01 AM
To: mysql@lists.mysql.com
Subject: Re: engine is now innoDB instead of MyISAM.



Am 28.04.2012 09:00, schrieb Brown:
> We recently switched from MySQL community to Mysql clustered using Oracle 
> supported MySQl. The problem is, during our testing phase, we observed the 
> default engine is now innoDB instead of MyISAM. Any thoughts on that? We're 
> not getting the performance that we expected - any thoughts or advices out 
> there will be greatly appreciated.

my.cnf: default-storage-engine = myisam

you cann not compare MyISAm and InnoDB for the same workloads that's why my.cnf 
exists and we usually define each known setting to prevent chnages in the 
behavior of applications by software-updates

the same for "php.ini"

********************************************
This message is intended only for the use of the Addressee and
may contain information that is PRIVILEGED and CONFIDENTIAL.

If you are not the intended recipient, you are hereby notified
that any dissemination of this communication is strictly prohibited.

If you have received this communication in error, please erase
all copies of the message and its attachments and notify us
immediately.

Thank you.
********************************************

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to