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
Explain what is the function file_get_contents() usefull for?
What is interface? Why it is used?
What is in a cookie?
What are the environmental variables?
Is laravel frontend or backend?
What is difference between ksort() and usort() functions.
what is CURL?
How to declare an array in php?
What are php libraries?
What php framework does wordpress use?
How can you encrypt password using php?
What is the difference between client-side and server-side programming?
How do I install php?
What is the scope of a variable defined outside a function?
How do I install php and apache on windows 10?