Author Topic: InnoDB vs. MyISAM for database storage engine  (Read 3353 times)

jonathan

  • Jr. Member
  • **
  • Posts: 3
InnoDB vs. MyISAM for database storage engine
« on: February 22, 2008, 06:25:41 PM »
While examining the supervisor database schema, we noticed that the storage engine is forced to MyISAM when the tables are created. Are there particular reasons for this? We're interested in InnoDB for its greater availability and reliability as well as (potentially) better performance, but we'd like to get some official word before thinking about it further.

Thanks,
Jonathan