Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

just explain MYSql ISAM and InnoDB functions. and what is
the diffrent between both. and which is the better in both.

Answer Posted / pooja

MyISAM is a deafult storage engine in MySQL and is mostly in
WEB, data warehousing and other application environments.

InnoDB is also a storage engine in MySQL. Even this is
included by default in MySQL. But this is used for
transaction processing applications and supports a number
of features including ACID transaction support and foreign keys.

In source distributions, you can enable or disable either
engine by configuring MySQL as you like.

Both are best but it depends on the use. And for general
purpose its better to use MyISAM.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is prepare in php?

1057


What are encryption functions in php?

1155


How to write comment in php?

1224


Explain the advantages of using PHP?

1062


Which function is used in php to search a particular value in an array?

950


What is psr in php?

1110


What is Apache's configuration file typically called?

1197


What language is similar to php?

1046


What is composer install?

1114


Why do we use php?

1007


How many types of array supported in php?

1036


What are soundex() and metaphone() functions in php?

961


What is the function file_get_contents() useful for?

988


Explain $_FILES Superglobal Array?

1100


How to execute an sql query? How to fetch its result?

1190