[Owncloud] [mysql] drop MyISAM support, get better database
Frank Karlitschek
frank at owncloud.org
Mon Aug 6 18:26:04 UTC 2012
On 06.08.2012, at 20:20, Robin Appelman <icewind at owncloud.com> wrote:
> On Monday 06 August 2012 18:54:08 Daniel Danger wrote:
>> innoDB is the default engine in recent MySQL versions. It is also
>> supported in all older versions of mysql that I know of.
> but that doesn't mean innodb is supported in every installation, I had to
> dissable innodb in one of my vps's due to memory limitations
Also MyISAM is faster and is using less resources in situation where you have significantly more read than write operations.
Frank
More information about the Owncloud
mailing list