Exactly what I expected from a SQL database
October 27, 2025
Exactly what I expected from a SQL database

Score 9 out of 10
Vetted Review
Verified User
Overall Satisfaction with MySQL
Our proprietary CRM software uses MySQL as one of the databases. Its relational capabilities allow us to maintain data coherently even on a large scale, and making it possible to create the complex representation that is a customer and all the relative data about addresses, billing, preferences and so on.
Pros
- Connect several data through relations
- Keep data coherent with constraint
- Fast searches through indexes
Cons
- Error debug: it's hard to track down problems with deadlocks or timeouts
- Parameters: it's not always easy to understand what values should database parameters have
- Storage and memory: indexes occupy a lot of data, and some searches require the DB to have a lot of memory to prevent out of memory errors
MySQL was the first option due to the existing knowledge, and after using other databases, it also appeared to be the most predictable in terms of costs
Do you think MySQL delivers good value for the price?
Yes
Are you happy with MySQL's feature set?
Yes
Did MySQL live up to sales and marketing promises?
I wasn't involved with the selection/purchase process
Did implementation of MySQL go as expected?
Yes
Would you buy MySQL again?
Yes
Comments
Please log in to join the conversation