View Single Post

   
  #3 (permalink)  
Old 02-28-2008, 10:22 AM
Peter H. Coffin
 
Posts: n/a
Default Re: InnoDB table vs myIsam table

On Sun, 05 Aug 2007 10:56:15 -0000, Joćo Morais wrote:
>> I can use InnoDB table every or I better using MyIsam table when i'm not
>> need specially (InnoDB) function?

>
> In my opinion, if u don't need InnoDB functions like foreign keys,
> transactions, etc.. you should use MyIsam, since not all the hosts
> have InnoDB enabled, and MyIsam it's enabled by default.


It could be argued that foreign keys are necessary parts of any
well-designed relational database and that it is unwise to depend on
application code to enforce those relationships.

--
6. I will not gloat over my enemies' predicament before killing them.
--Peter Anspach's list of things to do as an Evil Overlord
Reply With Quote