IHTSDO / component-identifier-service-legacy

A REST Server for managing the generation and assignment of Terminology Component Identifiers.
Other
1 stars 4 forks source link

config/db_script.sql should use ENGINE=InnoDB instead of ENGINE=MyISAM #19

Closed jschneid-nmdp closed 4 years ago

jschneid-nmdp commented 6 years ago

The config/db_script.sql database creation script uses ENGINE=MyISAM for most of its tables.

Recommended change -- revise CREATE TABLE statements to use ENGINE=InnoDB instead of ENGINE=MyISAM.

kaicode commented 6 years ago

Hi @jschneid-nmdp Thank you for your suggestion. Could you give a little more information to support your suggestion please? Kind regards, Kai