Google News
logo
MySQL - Interview Questions
What are the disadvantages of MySQL?
* MySQL is not so efficient for large scale databases.
* It does not support COMMIT and STORED PROCEDURES functions version less than 5.0.
* Transactions are not handled very efficiently.
* The functionality of MySQL is highly dependent on other addons.
* Development is not community-driven.
Advertisement