Try our new research platform with insights from 80,000+ expert users

MySQL vs Oracle Database Cloud Service comparison

 

Comparison Buyer's Guide

Executive Summary
 

Categories and Ranking

MySQL
Ranking in Relational Databases Tools
3rd
Average Rating
8.2
Reviews Sentiment
7.5
Number of Reviews
147
Ranking in other categories
Open Source Databases (1st)
Oracle Database Cloud Service
Ranking in Relational Databases Tools
14th
Average Rating
8.4
Number of Reviews
10
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of December 2024, in the Relational Databases Tools category, the mindshare of MySQL is 8.3%, down from 9.2% compared to the previous year. The mindshare of Oracle Database Cloud Service is 0.4%, up from 0.2% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Relational Databases Tools
 

Featured Reviews

Patryk Golabek - PeerSpot reviewer
Good beginner base but it should have better support for backups
As for what can be improved, right now we don't use the MySQL cluster. There is a MySQL cluster that you can run in a standalone mode, like a single database or you can do it in a cluster master-slave implementation. The cluster is not the best when it comes to MySQL. That's why we switched to MariaDB. For that simple reason that the cluster there is better. It's more manageable and it's easier to work with. We decide what to use depending on the needs. For example, if we need to mount something in a cluster mode, we use MariaDB, which again, is a Dockerized solution with a Helm chart as well, and it's very easy for us to deploy and manage, and also to scale when you just increase the number of slave versions. So MySQL doesn't have that great support when it comes to clusters. You can definitely use MySQL for that too, both support clustering, but the MariaDB is better. Additional features that I would like to see included in the next release of this solution include better support for backups. Because if you go with the MySQL Percona version, it gives you the tools to back it up securely. The vanilla version of MySQL doesn't have that. It actually does have it, but it is just really poorly executed. I would improve the backup system as well as the encryption. To make it smoother right now takes too much work. It should be a little bit smoother to backup the encrypted data the way you want it and have the ability to push it anywhere you want. That is not part of it right now. Now it is a database, so you don't know what you're going to do with it. It's difficult. You're just going to come up with solutions. But I think you can generalize here and come up with really simple solutions, which we have already in MySQL. That's probably the one thing that I would try and push right now for people to switch. But people are still not biting, because if you go with the managed version, then all the backups are taken care of for you by Amazon or Google or Microsoft. Then you really don't care. But for us, since we're doing it locally, self-hosted, we would like to have better tools for locking up the data. Right now, one aspect that is also linked to backups is running things in a crosscheck with semi-managed solutions. This requires a bit of a context. Since we're running things within the clustered communities, we're kind of pushing the Cloud into the cluster. We also want to push some of the tools for the database into a cluster, as well. So these are what we call Kubernetes operators. And there's MySQL operators that were first developed by the community. Those kind give you the ability to backup data within the cluster. So now you have a fully managed solution running from your cluster. These are called MySQL Kubernetes operators. We are looking into those right now to upgrade our solution, which would mean that we can just execute our backup natively within Kubernetes, not via special scripts. This would make it much easier to actually deal with any kind of MySQL issues within the cluster, because it would be cluster-native. That's what the operators are for. I think Oracle just created a really good one. It surprised me that they have this. It's not because of Oracle, but they got pushed by the community and actually created the MySQL Operator for Kubernetes, and that's what we're moving towards. This is going to give you an ability to have a cloud-managed solution within the cluster. And then you can ask the MySQL Operator for the database. They'll partition the database and give it to you. So it will change the nature from you deploying it to you just asking the cluster to give you a database. It's a fully managed solution right from the cluster. So that's what we're heavily looking into right now. We'll be switching to using Kubernetes MySQL Operators. It's a high-availability cluster running within the Kubernetes cluster. Right now we're pretty good with that. It's working fine. We're trying to find some time to actually release that globally everywhere. That's where I am right now. But in terms of technology, if you give up Oracle, you just go to a MySQL operator. That's the one we're using, what we're actually looking at - to create, operate and scale mySQL and sell it within the cluster. This idea of having a cognitive MySQL becomes much easier to manage within the cluster, as well. So you don't have to go with the cloud solution with AWS or Google cloud or Amazon MySQL or the Microsoft version. The Oracle SuperCluster is the Oracle MySQL operator. That's what we we are looking into a lot right now. Mainly because it does backups on demand - it's so easy to backup. You can just tell Kubernetes to backup and you don't have to run special scripts or special extra software or codes to back it up. You can make the backup as you would do anything else. Send a backup or some other data source or insert an Elasticsearch into it here. Just say "Kubernetes, back it up" and you know Oracle has this adapters within the cluster to back it up for you taking increments or different companies. So that makes it really nice and easy to use and to deploy. With that kind of solution you can ask to class or petition the database how you want. So again, it changed the nature of the kind of push-to-pull second nature system. Are you pushing your containers to a cluster? You just say cluster, "give me a database" and the class gives you the base partition database, creates a database in a secure manner, gives the connection to the database, and you're done. Then you can back it up on a schedule on to any backup switches. It's much easier. So once this goes, it is going to be widely adopted, which it should be. But I think people might not have the tech skills right now. But once it's adaptive, maybe in a few more months, it's going to be the number one solution for everybody. In terms of what I'd like to see in the next release, one thing that's always missing is dash boarding. There's no real BI tool for MySQL, like there is in Yellowfin and all the different tools that you get. They all have MySQL connectors, but there's no specific BI tool for MySQL. Open source projects have sprung up, but they're more general purpose, like Postgress, a MySQL kind of database, a relational database. I don't see any really nice tool like Cabana for elastic searches that I can tell clients to use because it would be too technical for them. They would have to have more technical engagement with writing the course, drag and drop, and creating a graph like in Power BI where you just connect with DIA. So I'd like to see the grab and drag and drop tables, nice beautiful graphics, and pie charts. You don't necessarily have that with MySQL like you have other solutions, which are really cost prohibitive for some clients. It'd be nice to have an open source solution for that. Decent solutions. I mean decent that I can take to clients. It's so technical. They want to drag and drop.
Ram-Krishnan - PeerSpot reviewer
The product provides excellent security features and performance insights, and the total cost of ownership is pretty less
We are an enterprise software development firm. We use the solution for our products My organization has been using the tool for two decades. It has been one of the most stable tools we have. All our major software implementations are going on the cloud. Security is the most valuable feature…

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"It's a good tool, a good database platform."
"I like the simplistic view of MySQL to build custom queries and things like that as compared to SQL Server, which seems more cluttered. SQL Server has a query analyzer. MySQL pretty much does the same, and performance-wise, it has less overhead for connecting to our ERP system. It seems more responsive and cleaner. With MySQL, you get what you need without any overbloating, for which Microsoft is known. That's why they have so many constant security patches for everything because there is so much stuff, which degrades performance."
"What I really like about MySQL is the opportunity to search for information and organize it any way I like."
"The solution is easy to use."
"It is a very stable solution. I deployed the product six years ago, and it still works fine."
"The fact that it is free is what appeals to me the most."
"One of the most valuable features is MySQL's ability to run our email system. We use a system called Colab."
"I rate the solution's stability a ten out of ten since it has been running flawlessly."
"The self-maintenance features, auto maintenance, cleanup, and backup are the most valuable aspects of Oracle Database Cloud Service."
"The most valuable feature of Oracle Database Cloud Service is its cloud capabilities."
"Security is the most valuable feature provided by the product."
"It is a very stable program."
"Oracle DCS's most valuable features are its high availability and scalability."
"Data storage is the most valuable feature of Oracle Database Cloud Service."
"What I like best about Oracle Database Cloud Service is its nice performance. My company doesn't have any problems with the service. The technical support for it is also good. My company is satisfied with Oracle Database Cloud Service. I also like the availability of the service. It's a trustworthy service. I didn't experience any downtime from it. My company also has additional features included in the contract, such as WAP, which makes operations easier. My team can implement all the architecture with the features and services that Oracle Database Cloud Service offers. Technically, this is a very, very, good product or database, whether on-premises or on the cloud."
"I am impressed with the product's partitioning and advanced data card."
 

Cons

"It would be helpful if there were a graphical user interface to administer, configure, and tune it."
"MySQL's performance requires attention. For optimal performance, one should review and sometimes revise the code, particularly when using server-side scripting."
"The technical support should be more knowledgeable and available worldwide."
"I find the Microsoft solution a bit better. But mostly in terms of the UI layout, I would say. I just find it a little bit more efficient."
"I feel that some tools which make it easier to create queries or make it easier for other functions would be really interesting to see."
"The backup methods need improvement."
"The solution could be more secure."
"The manuals or documentation could be better."
"Oracle Database Cloud Service is a good engine and at the moment, there isn't any new feature I can think of that I'd like added to the service. The only problem I see in Oracle Database Cloud Service is it's more commercial, so it has a relation to how it deals with customers. I don't feel secure in a deal with Oracle because that team changes the conditions each year, and there's no representative from the team that talks to my company about new needs. Oracle needs to improve its relationship with customers and partners in general."
"We're actually going through licensing issues and are looking to perhaps changing to another solution, something that is perhaps open-source."
"It would be nice to have a data dictionary reporting feature in the solution."
"We encountered connection failures for some of our sites."
"Oracle should work on the solution's compatibility issues with the operating system."
"The pricing must be improved."
"The availability of different editions within Oracle Database Cloud Service could be improved."
"The initial setup is a bit complex for the beginner, so you need a little technical experience to install it."
 

Pricing and Cost Advice

"I use a free version at present."
"I use the open-source free community version."
"I rate the solution's pricing as four out of ten, where one is cheap, and ten is expensive. For our basic needs, it's quite affordable. However, the cost increases when we need to scale up or require high availability. Our developer team of about 600 people uses MySQL without much issue. The pricing becomes more of a concern on the business side, as we have more end users and need constant database availability and scaling. In those cases, the solution gets a bit more expensive, even though it provides good value for the business."
"The tool is open source."
"MySQL is very cheap. It could be free. It also has a yearly licensing option."
"I am not paying, but I am not sure about the exact licensing requirements."
"MySQL is cheaper than Microsoft SQL Server."
"We've never bought a commercial license. We just use the open-source community edition."
"Every year we are increasing the price of the solution. There is hardware licensing available. We pay approximately $20,000 monthly to use the solution."
"Price is always higher for all Oracle products."
"I think the program is rather expensive, so I would like to see it becoming more affordable."
"The product has reasonable pricing. I rate its pricing a nine out of ten."
"Pricing for Oracle Database Cloud Service could be more competitive. Lately, pricing for it has been increasing, so my company may have to review different options to find a solution with competitive pricing. From what I know, there's no additional cost apart from the standard licensing fees for Oracle Database Cloud Service."
"The tool is not cheap."
report
Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
824,067 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Computer Software Company
16%
Financial Services Firm
11%
Manufacturing Company
7%
Government
7%
No data available
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

Why are MySQL connections encrypted and what is the biggest benefit of this?
MySQL encrypts connections to protect your data and the biggest benefit from this is that nobody can corrupt it. If you move information over a network without encryption, you are endangering it, m...
Considering that there is a free version of MySQL, would you invest in one of the paid editions?
I may be considered a MySQL veteran since I have been using it since before Oracle bought it and created paid versions. So back in my day, it was all free, it was open-source and the best among sim...
What is one thing you would improve with MySQL?
One thing I would improve related to MySQL is not within the product itself, but with the guides to it. Before, when it was free, everyone was on their own, seeking tutorials and how-to videos onli...
What do you like most about Oracle Database Cloud Service?
Security is the most valuable feature provided by the product.
What needs improvement with Oracle Database Cloud Service?
The user interface of the database could be like SQL Developer on-premise. The scripts are not persistent in the cloud, and the export of the data is not quite like on-prem. There is room for impro...
What is your primary use case for Oracle Database Cloud Service?
We use it as a backend database for the web application in Apex.
 

Comparisons

No data available
 

Learn More

 

Overview

 

Sample Customers

Facebook, Tumblr, Scholastic, MTV Networks, Wikipedia, Verizon Wireless, Sage Group, Glassfish Open Message Queue, and RightNow Technologies.
Kagool, iPoint-Systems
Find out what your peers are saying about MySQL vs. Oracle Database Cloud Service and other solutions. Updated: December 2024.
824,067 professionals have used our research since 2012.