Hi, I suggest, that we drop support for MyISAM and switch to InnoDB. There are a few reasons for that: - we get support for foreign keys - better performance if we let the database do the database stuff - cleaner db schema possible
And there are two drawbacks (afaik): - changing existing MyISAM tables to InnoDB might take a little time (depending on db size) - we lose fast full-text search in the db I do have the code for that ready for any dev who wants to give it a try. I have not tested that code enough to push it to master, yet. Cheers, Daniel Ps.: InnoDB is the default engine in recent MySQL versions. It is also supported in all older versions of mysql that I know of. _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
