1-InnoDB better or automatically crash recovery but MyISAM does not support crash recovery.
2-InnoDB has row level locking for inserting and updating but MYISAM support full table level locking.
3-InnoDB has transactions but MyISAM does not.
4-InnoDB has foreign keys and relationship contraints but MyISAM does not.
Copyright ©2022 coderraj.com. All Rights Reserved.