What is the difference between InnoDB and MyIsam
Answer / sanjoy ganguly
* The big difference between MySQL Table Type MyISAM and
InnoDB is that InnoDB supports transaction
* InnoDB supports some newer features: Transactions,
row-level locking, foreign keys
* InnoDB is for high volume, high performance
Most people use MyISAM if they need speed and InnoDB for
data integrity. You can use more than one or any combination
of these table types in your database. Remember to asses the
needs of your application before building it. Even though
MyISAM is faster than InnoDB in the MySQL world, InnoDB is
fast compared to any database engine.With InnoDB you get
transactions, speed and integrity three features not usually
used in the same sentence.
InnoDB has been designed for maximum performance when
processing large data volumes. Its CPU efficiency is
probably not matched by any other disk-based relational
database engine.
Fully integrated with MySQL Server, the InnoDB storage
engine maintains its own buffer pool for caching data and
indexes in main memory. InnoDB stores its tables and indexes
in a tablespace, which may consist of several files (or raw
disk partitions). This is different from, for example,
MyISAM tables where each table is stored using separate
files. InnoDB tables can be of any size even on operating
systems where file size is limited to 2GB.
| Is This Answer Correct ? | 36 Yes | 1 No |
What is a string in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
How be the result set of mysql handled in php?
What is json php?
How many escape sequences are recognized in double-quoted strings?
What is a string in r?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What is alias in php?
What is in php 7?
what is the difference between GET and POST?
21 Answers AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,
Which function is used to strip whitespace?
Tell me what is htaccess?