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 helper library?
What is full form of php? Who is the father or inventor of php?
What is "echo" in php?
How do I clear my browser session?
Is variable name casesensitive in php?
How do I make a reset button in html?
What is php resource type?
What is php7?
Tell me how to get the value of current session id?
Is server side a session?
Tell me when a conditional statement is ended with an endif?
Write a query to find the 2nd highest salary of an employee from the employee table?
Which is better php or wordpress?
Where php language is used?
Why do we use csrf token?