MySQL should be InnoDB or MyISAM

Hi all,

I am wondering whether the storage engine of MySQL should be InnoDB or MyISAM.

Today, Default Engine is Innodb on Mysql. But i read in the post “MySQL storage engine: InnoDB or MyISAM???”"

that Myisam is performing better.

Have any idea what to use innodb or myisam?