Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

MySQL

Jetware

Reviews from AWS customer

4 AWS reviews

External reviews

1,612 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Internet

Using MySQL to store relevance continuous performance tests results

  • September 22, 2016
  • Review provided by G2

What do you like best about the product?
Easy to use and learn. Also easy to setup. It has strong authentication features. It is also very easy to integrate with UI tools so that the data can be seen and visualized.
What do you dislike about the product?
Not many distributed features. Hard to use when having heavy writes and heavy reads. It is also very hard to scale when the cluster is running on production. We cannot really add any nodes or remove nodes. It follows master/slave architecture which is difficult given a master or masters are down. Might lead to split-brain problem.
What problems is the product solving and how is that benefiting you?
We use Mysql to store the performance results of the relevance platform of our company. There would be different relevance experiments which would be running and we need to compare the performance data such as latency, qps etc among them and also see the distribution between various versions.


    Matthew L.

Dba review

  • July 31, 2016
  • Review provided by G2

What do you like best about the product?
Free!!!!! It's a Very bailable database platform that is used by industries of all types of all profit levels. Has some pretty powerful tools included.
What do you dislike about the product?
The learning curve without a gui. It makes it harder for someone who wants to build an advanced environment from scratch.
What problems is the product solving and how is that benefiting you?
Used in conjunction with various applications . Cost is great.
Recommendations to others considering the product:
Depends on how advanced you want your environment to be. Highly recommended if cost is one of your primary concerns. It's pretty easy if you only want the basics. More afmdavanced tools have more of a learning curve.


    Wei D.

Great Structured Query Language

  • July 19, 2016
  • Review provided by G2

What do you like best about the product?
It's MySQL, basically the most prolific SQL out there (don't quote me on that). It's old, well known, robust, and it just works. I happen to like it and have maintained large apps with a MySQL backend. There are newer solutions out there that are faster, and maybe even easier to use. But once you get used to the query structure MySQL is actually fairly intuitive. It can get kind of confusing if you're really diving into it with big joins and such, but that's the beauty of it; lots of ways to be specific.
What do you dislike about the product?
Depending on how big the tables/databases you're working with, queries can be slow. They can be slow enough that they will actually bring down your machine if you're not careful. So there is a lot of optimization; y you have to know what you're doing.
What problems is the product solving and how is that benefiting you?
Using it to store huge amounts of data, and is easy to maintain, and easily manipulated as well!
Recommendations to others considering the product:
Does it meet your requirements? Is there anything newer you might want to use? Do you want something tried and dependable?


    Tegan J.

Great program for a beginner

  • June 22, 2016
  • Review provided by G2

What do you like best about the product?
I like the easy and intuitive UI layout and design. It looks sleeker and more professional that other SQL clients I use so when given the choice, I would select MySQL over other products. MySQL was the first program I used when I started using SQL.
What do you dislike about the product?
It would be nice if it was easier to set a default schema, so then when you open the program you're already connected to the database you use most frequently. When I started on this product a coworker set the default for me, and I haven't been able to figure out how to change the over-arching default since.

It would also be nice to have a copy and paste feature that copies the headings from the columns too. I use another SQL client that has the ability and it's much more convenient than exporting the data to get the column headers with the data itself.

It would also be nice to have the automatic highlighting when you toggle/scroll across parenthesis and brackets. It really helps (especially a beginner) to see when ( ) and [ ] start and stop.
What problems is the product solving and how is that benefiting you?
We use MySQL for data collection, summary, pivoting, etc. specifically for reporting purposes. I am a Data Analyst and I pull data using MySQL and format it to be used in reports, or to be used in statistical analyses.
Recommendations to others considering the product:
Great software for someone who is just starting to dabble with SQL. Color coding on your queries is helpful. UI is intuitive.


    Haince Denis P.

Light tool with amazing features

  • May 15, 2016
  • Review provided by G2

What do you like best about the product?
MySQL server is a light tool. It does not take up too much memory as compared to other database products available. It also provides all the necessary features for a small application to run on and is very reliable and stable.
What do you dislike about the product?
Frankly, there is nothing to dislike about MySQL except for the fact that it is not as scalable as its commercial competitors. The functionality is very much dependent on the add-ons, which need to be updated every time. Also MySQL does not support SQL check constraints.
What problems is the product solving and how is that benefiting you?
I typically use MySQL to store my data and perform analysis on it. Recently I have used MySQL for a research project and has really been very efficient. I use MySQL Workbench to all my activities and it works wonderfully well.
Recommendations to others considering the product:
Good database software to start with for learning and running small applications upon.