Ask Your Question
0

Is there any potential problem if use MyISAM engine in production environment?

asked 2013-07-30 00:39:51 -0500

tkdchen's avatar

As the subject. By using MyISAM is safe for production environment? And does it affect future upgrade?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-08-01 17:04:30 -0500

Evgeny's avatar

Yes, the potential problem is due to lack of transactions in that engine and the database may end up in inconsistent state.

We have a number of users we support who are on MySQL, so far no major problems, however I plan to migrate them to Postgres and definitely would not recommend MySQL for the new deployments.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-07-30 00:39:51 -0500

Seen: 391 times

Last updated: Aug 01 '13