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 |
Tell me what should we do to be able to export data into an excel file?
Explain me what is the difference between explode() and split() functions?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
Can I write php code in html file?
What is the use of count() function in php?
Is it possible to extend the execution time of a php script?
Which is better php or wordpress?
What is a php array?
What is session and Cokkies . How it works . tell some thing about Session_id()
Explain converting an object?
What is cookie?
how many types of error in PHP.