Posts: 6
Threads: 3
Joined: Jan 2022
Can we convert tables in database from MyISAM to InnoDB? Will this cause a problem?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Yes using InnoDB will work fine.
Have
you completed
the interview?
Posts: 6
Threads: 3
Joined: Jan 2022
Thank you. So, will this cause problems with the update? I'm doing this because as the number of comments increases, msql gets locking.
Posts: 2,894
Threads: 59
Joined: Jun 2010
No it won't cause any problems with updates.
Have
you completed
the interview?