MySQL
JetwareExternal reviews
1,627 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Reliable, Fast, and Perfect for Structured Data and Analytics
What do you like best about the product?
What I like best about MySQL is how well it handles structured data. It makes it easy to store, organize, and query large datasets efficiently. For data science work, I find SQL very helpful for filtering, aggregating, and preparing data before analysis. It’s reliable, fast, and works well with tools like Python and analytics platforms.
What do you dislike about the product?
One downside is that MySQL is mainly designed for structured data, so it’s not as flexible when working with unstructured or semi-structured data. Complex analytical queries can also become slow on very large datasets without proper indexing and optimization.
What problems is the product solving and how is that benefiting you?
I haven’t encountered any issues so far.
Rock-Solid Relational Storage for High=traffic Apps and APIs
What do you like best about the product?
I like MySQL for its performance, mature ecosystem, and rock-solid reliability. The InnoDB transactions provide us safe transactions and data consistency, and strong indexing improves read performance. Replication enhances availability and the broad tooling support makes it easy to build, scale, and maintain production databases without unnecessary complexity. The huge ecosystem of tools makes monitoring, backups, and migrations straightforward in real-world production setups. Additionally, the initial setup was fast and easy with clear documentation and a huge community of users.
What do you dislike about the product?
Schema changes and large migrations can be painful at scale, horizontal scaling needs more planning than some NoSQL systems, and advanced analytics or complex reporting often require extra tooling or moving data to a separate warehouse.
What problems is the product solving and how is that benefiting you?
MySQL reliably stores and queries structured data at scale, providing fast reads, strong indexing, data integrity, and performance for our applications. InnoDB transactions ensure data consistency, and its broad tool support simplifies monitoring, backups, and migrations.
High Performance and Excellent Documentation for Developers
What do you like best about the product?
it has high performance and there is a lot of documentation available for inexperienced developers.
What do you dislike about the product?
there is no support for complex data types and other advanced sql capabilities. Might not be suitable for heavy analytical usage.
What problems is the product solving and how is that benefiting you?
Its an open source tool with abundance of documentation and developers community so it helps early sql developers be comfortable with SQL language.
Reliable and Scalable, Yet Requires Expertise for Advanced Needs
What do you like best about the product?
I really like MySQL for its reliability, speed, and ease of use. It integrates smoothly with many tools, making it versatile for a range of projects. MySQL also scales well from small projects to larger production systems, which is invaluable as projects grow. Its reliability ensures data consistency, and its speed allows for fast queries. Overall, its ease of use, strong integrations, and scalability are significant benefits, making it a strong choice for both learning and real-world applications. The initial setup was fairly easy and well-documented, which added to the positive experience.
What do you dislike about the product?
MySQL can struggle with very large-scale analytics and complex joins compared to some modern databases. Advanced features and tuning also require deeper expertise, which can increase setup and maintenance effort. For very large datasets, MySQL can face performance issues with complex joins and heavy analytical queries, often requiring careful indexing and query optimization.
What problems is the product solving and how is that benefiting you?
MySQL helps manage large, structured data with reliable storage and fast querying. It solves data inconsistency and manual data handling issues, and its reliability, speed, ease of use, and scalability make it valuable for both small and large projects.
Config Managment and Insightful Query Analysis
What do you like best about the product?
- MVCC (Multi-Version Concurrency Control) for high-concurrency OLTP workloads
- EXPLAIN ANALYZE (8.0+) for actual runtime metrics, not just estimates
- B+-tree indexes for most access patterns
- EXPLAIN ANALYZE (8.0+) for actual runtime metrics, not just estimates
- B+-tree indexes for most access patterns
What do you dislike about the product?
- Cardinality estimation can still be poor for complex predicates, even with histograms
- Limited ability to reason about correlated subqueries
- Next-key locking can cause unexpected contention and deadlocks
- Limited ability to reason about correlated subqueries
- Next-key locking can cause unexpected contention and deadlocks
What problems is the product solving and how is that benefiting you?
- We can have schema based data in MySQL
- Dependent data stored in multiple dbs or tables can help in giving accurate data
- Dependent data stored in multiple dbs or tables can help in giving accurate data
The Industry Standard for Simple Databases
What do you like best about the product?
It is the industry standard for simple databases
What do you dislike about the product?
Scalability and advanced features are better found in other products
What problems is the product solving and how is that benefiting you?
Hosting simple/small databases for applications
Don't overthink it: the answer is probably MySQL
What do you like best about the product?
You can't talk about RDBMS without mentioning MySQL, there are alternatives you could choose to cater to your more specific needs, but for general-purpose managing of relational data, there's a reason MySQL has been the king for over 20 years. It's easy to set up and easy to use.
What do you dislike about the product?
Alternative technologies like Postgres have begun supporting new needs, like sophisticated JSON data support and querying, and more powerful SQL syntax.
What problems is the product solving and how is that benefiting you?
MySQL solves the obvious problem of storing relational data, but does it with speed, operational simplicity, predictability, and affordability, on a tried-and-true, mature platform. Sure there are other DB techs suitable for very specific needs, but for 95% of projects MySQL is all you need.
Reliable, Fast, and Beginner-Friendly Database Solution
What do you like best about the product?
MySQL is reliable and very fast; this ensures DB management is not a challenge. MySQL supports complex queries. Moreover, it is easy to use even for beginners. Its integration with various coding languages and tools is very easy. It is open-source. All in all, it is reliable regardless of whether it is used for small or large applications.
What do you dislike about the product?
Certain complex features require additional setup or software. Handling large databases to scale can be a bit intricate. Backup and recovery operations might require strategic planning. The default storage engines may not always be optimal. Nevertheless, it functions quite well, although sometimes these small issues crop up.
What problems is the product solving and how is that benefiting you?
MySQL addresses the challenge of how to store and retrieve structured data by offering an uncomplicated but reliable relational database system. It enables effective querying, reporting, and integration with applications, including stringent data consistency and security features to protect key information. On the whole, it saves time, improves data management, and supports scalable application development.
Effortless Data Storage and Querying
What do you like best about the product?
Easy to query and good to store the data
What do you dislike about the product?
Creating the object and then using it should be more optimization
What problems is the product solving and how is that benefiting you?
Able to store the data properly and there are multiple ways in which I can retrieve it
Freedom from Microsoft, MySQL Makes Development a Breeze
What do you like best about the product?
MySQL is awesome! The best thing about it is not being tied to Microsoft. I can just build my app and not have to worry about setting up Microsoft stuff to work on a database.
What do you dislike about the product?
There is really not much that I don't like about MySQL.
What problems is the product solving and how is that benefiting you?
MySQL allows us to create and navigate databases for web app. This revolutionary because setting up Microsoft systems sometimes feels like working with Legacy tools no matter what.
showing 1 - 10