Octavian,

1) You can use MyISAM for example when you use static information in a
webpage. For example, only for store information of customers, something
like that..

2) Innodb is a engine that support ACID, you can use for  transactions.  For
example, load information of sales from PDA ( field) of a lot of sales man (
1000).

please see below

http://en.wikipedia.org/wiki/ACID


Bye,
Juan

On 1/4/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:

>
>> And is InnoDB recommended now?
> It depends.. :)

Depends on... what?

I mean, if I don't need transactions, is there another reason for using
InnoDB?
If it is necessary I can build the client program without foreign keys
support also.

Thanks.

Octavian


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


Reply via email to