easysoft / zentaopms

Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​
http://www.zentao.pm
Other
1.29k stars 323 forks source link

Change table type from MyISAM to InnoDB #53

Closed gnovaro closed 3 years ago

gnovaro commented 4 years ago

This article shows the advantages and some of the reasons why it is worth making the change. https://kinsta.com/knowledgebase/convert-myisam-to-innodb/

easysoft commented 4 years ago

We use the fulltxt index feature of myisam to support full text searching for CJK. We will test the function on innodb.

gnovaro commented 4 years ago

https://dev.mysql.com/doc/refman/5.6/en/innodb-storage-engine.html#idp78887728

easysoft commented 4 years ago

Thank you for your feedback. We have started testing on innodb this sprint.