What is the difference between InnoDb tables and MyIsam
Tables in php
Answer / 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 |
Describe the differences between the object models in PHP 4 and PHP 5.
Can I learn php in a month?
What is the difference between associative array and indexed array?
Which is faster for or foreach php?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
What does $_files means?
How can I prevent sql-injection in php?
What is the difference between characters 34 and x34?
Which one is best framework for php?
What is the importance of parser in php?
How is a constant defined in a PHP script?
how to display and include the user system date/time in a php program/project