MySQL
JetwareExternal reviews
1,627 reviews
from
and
External reviews are not included in the AWS star rating for the product.
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
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
Beginner-Friendly, Efficient, and Free—Perfect for Large Datasets
What do you like best about the product?
It's beginner friendly and easy to use. It's free to use under GPL license, cross platform and handles large datasets efficiently.
What do you dislike about the product?
It lacks advanced functionality such as JSON but not as robust as Postgre SQL. Less optimized like RDBMS
What problems is the product solving and how is that benefiting you?
We are using MySql in Salesforce Marketing cloud handling large amount of data and filter out data which is fast and reliance.
The Best Easy-to-Use Relational Database
What do you like best about the product?
Best easy-to-use Relational Database with widely available cloud service providers for Mysql
What do you dislike about the product?
Not as many features reach like PostgreSQL.
What problems is the product solving and how is that benefiting you?
Relational Database needed first ting come in mind is MySql
Simple, Reliable, and Fast with Outstanding Community Support
What do you like best about the product?
It’s simple, reliable, and fast to get working. It has a huge ecosystem and community support.
What do you dislike about the product?
Advanced things like sharding or complex analytics can be awkward compared to newer databases
What problems is the product solving and how is that benefiting you?
This tool addresses the challenge of structured data storage by providing strong consistency and predictable behavior. As a result, my daily development, debugging, and operational tasks become much more straightforward and reliable.
Great for Learning SQL and Rapid Query Experimentation
What do you like best about the product?
MySQL serves as a good entry point for someone to learn SQL.
I like to quickly experiment with queries - be it joins, creating views, triggers, procedures, etc. which I use later on in creating Semantic Views for other applications.
I like to quickly experiment with queries - be it joins, creating views, triggers, procedures, etc. which I use later on in creating Semantic Views for other applications.
What do you dislike about the product?
Saving the data usually requires creating proper tables and having prior insight.
Also having maintenance columns is tricky based on datetime and regions.
UI is also a bit dated and I would love to have capability to edit tables directly and have corresponding SQL generated for this change.
Also having maintenance columns is tricky based on datetime and regions.
UI is also a bit dated and I would love to have capability to edit tables directly and have corresponding SQL generated for this change.
What problems is the product solving and how is that benefiting you?
MySQL helps me with prototyping different application databases. I also use it with my Agentic AI Proof of Concept applications.
showing 1 - 10