Great tool to store and retrieve unlimited amount of data
April 23, 2018

Great tool to store and retrieve unlimited amount of data

Parry Ghuman | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Overall Satisfaction with MySQL

We have been using MySQL to store customers' invoices and settlement data. We also store different products' GUI data into the MySQL database. It also keeps track of customers issues.
  • Easy to create dynamic queries and complex procedures.
  • Creating indexes on a large amount of data is very easy as it provides suggestions in the SQL server tool.
  • It always provides best query performance with joins.
  • It takes time to create indexes on the table if we have a large amount of data.
  • Crashing problem when we forcefully cancel the running query.
  • It does not handle the undefined exception even if we have specified try-catch blocks.
  • It helped to increase the number of users as customers do not want any dealy, so it means MySQL gives best the performance results.
  • Easy to find the bug in code using the built-in debugging tool.
  • It helps to deliver all the products on time without any performance issue.
MySQL provides a feature to easily move to another technology. As we know, most of the users like to use MySQL in the backend because it reduces the overall business cost. No need to pay additional charges. Regularly updated.
Easy to implement and join dynamic queries. It provides a feature to create and retrieve data through different tables with the help of subqueries. Easy to handle a large amount of data with the help of multiple indexes.