Home  • University • Campus

Difference between InnoDB and MyIsam

First major difference is that InnoDB implements row level lock while Myisam can do only a table level lock.You will find the better crash recovery in InnoDB. However, it doesn't have full text search engine index, as does Myisam. InnoDB also inplement transctions, foreign keys and relationship constrain while Myisam does not.

Comments 0


Share

About Author
Md. Saydul Alam
Copyright © 2024. Powered by Intellect Software Ltd