Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is the best table type in MySQL ?

user-image
Question ajoutée par SHERIF SAKR , Senior Application developer , 1stcentury
Date de publication: 2014/05/22
Julfkar  Moh Umar
par Julfkar Moh Umar , Sr. Software Engineer , Aakash Edutech Private Limited

The InnoDB and Berkley DB (BDB) database engines are direct products of the technology that makes MySQL so flexible, the MySQL++ API. Almost every challenge you're likely to face when using MySQL stems directly from the fact that the ISAM and MyISAM database engines aren't transactional and lack foreign-key support. Although much slower than the ISAM and MyISAM engines, InnoDB and BDB include the transactional and foreign-key support missing from the former two choices. As such, if your design requires either or both of these features, you are actually compelled to use one of these two choices.

karan sandhu
par karan sandhu , Senior Software Developer + Technical Support , NetSoftLab

bro you can use Innodb and MyISAM engines

More Questions Like This