0
I was just looking at the MySql database created by drupal after I installed it. All the tables are in MyISAM. With a complex software like drupal, wouldn't it make more sense to use foreign keys and hence InnoDB tables to enforce referential integrity? Without foreign keys all the constraint checking will happen at the PHP end.
Drupalはこの参照整合性を保持したいと考えていましたが、データベースベンダーを使用する能力が重要であると考えました。詳細な情報についてはhttp://drupal.org/node/911352 P.S.を参照してください。私は古い投稿に投稿していることを知っていますが、私は検索する人を助けたいと思います。 –