What is the difference between InnoDb tables and MyIsam
Tables in php
Answer Posted / rameshfromind
InnoDB
=======
InnoDB is commonly viewed as anything but performant,
especially when compared to MyISAM. Many actually call it
slow. This view is mostly supported by old facts and
mis-information. In reality, you would be very hard-pressed
to find a current, production-quality MySQL Database Engine
with the CPU efficiency of InnoDB. It has its performance
"quirks" and there are definitely workloads for which it is
not optimal, but for standard OLTP (Online Transaction
Processing) loads, it is tough to find a better, safer fit.
1.Performance
2.Concurrency
3.Reliability
4.Data Security
MyISAM
======
1.Simplicity
2.Optimization
3.Resource Usage
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the array in php?
What is meant by an associative array?
How can I make a script that can be bilingual (supports english, german)?
What is filter_var?
Why do we use interface in php?
What is the use of preg_match in php?
What is an example of a variable?
Do you know what is the difference between the include() and require() functions?
What does PEAR stands for?
What is meant by MIME?
Which function would you use to insert a record into a database in php?
Is php a programming language?
Can you use php and javascript together?
What is php and features of php?
What type of errors can be occurred in php?