← Back to team overview

phpdevshell team mailing list archive

[Bug 1039162] [NEW] myisam instead of innodb?

 

Public bug reported:

In our database, some tables are myisam some are innodb. However innodb
is hard to backup, unreliable in case of crash, and can't be repaired.
Considering we don't really need transactions and we don't use foreign
keys and triggers, I suggest we use only myisam which is very easy to
backup and to repair

** Affects: phpdevshell
     Importance: Wishlist
         Status: New

** Changed in: phpdevshell
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1039162

Title:
  myisam instead of innodb?

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  In our database, some tables are myisam some are innodb. However
  innodb is hard to backup, unreliable in case of crash, and can't be
  repaired. Considering we don't really need transactions and we don't
  use foreign keys and triggers, I suggest we use only myisam which is
  very easy to backup and to repair

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1039162/+subscriptions


Follow ups

References