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 |
What is php oop?
is php is the best for this situation
What is the difference between abstract class and interface in php?
How can we get the browser properties using PHP?
what is session_set_save_handler in PHP?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
What is htmlspecialchars?
Is it easy to learn wordpress?
Write a hello world program using variable?
How to return a value back to the function caller?
What kind of variable is age?
Does wordpress run on php 7?