26 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 9 out of 100
Based on 26 reviews and ratings
MySQL
<a href='https://www.trustradius.com/static/about-trustradius-scoring#question3' target='_blank' rel='nofollow noopener noreferrer'>Customer Verified: Read more.</a>
Top Rated
839 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 8.5 out of 100
Based on 839 reviews and ratings
Likelihood to Recommend
CouchDB
Great for REST API development, if you want a small, fast server that will send and receive JSON structures, CouchDB is hard to beat. Not great for enterprise-level relational database querying (no kidding). While by definition, document-oriented databases are not relational, porting or migrating from relational, and using CouchDB as a backend is probably not a wise move as it's reliable, but It may not always be highly available.

Verified User
Engineer in Corporate
Computer Software Company, 1-10 employeesMySQL
- It is a suitable database for web applications where we have a large size of users. It is also easily scalable and provides good user management and access controls at the security level.
- MySQL is a very fast database to read when using the non-transactional MyISAM engine, but it can cause integrity problems in high-concurrency environments when modifying. Thus, for applications with many parallel transactions and modifications, MySQL is probably not the best solution
Software Engineer && Security researcher
UA - Universidad de Alicante / Universitat d'AlacantComputer Software, 51-200 employees
Feature Rating Comparison
NoSQL Databases
CouchDB
7.9
MySQL
—
Performance
CouchDB
8.0
MySQL
—
Availability
CouchDB
8.5
MySQL
—
Concurrency
CouchDB
8.5
MySQL
—
Security
CouchDB
6.0
MySQL
—
Scalability
CouchDB
8.0
MySQL
—
Data model flexibility
CouchDB
7.0
MySQL
—
Deployment model flexibility
CouchDB
9.0
MySQL
—
Pros
CouchDB
- It can replicate and sync with web browsers via PouchDB. This lets you keep a synced copy of your database on the client-side, which offers much faster data access than continuous HTTP requests would allow, and enables offline usage.
- Simple Map/Reduce support. The M/R system lets you process terabytes of documents in parallel, save the results, and only need to reprocess documents that have changed on subsequent updates. While not as powerful as Hadoop, it is an easy to use query system that's hard to screw up.
- Sharding and Clustering support. As of CouchDB 2.0, it supports clustering and sharding of documents between instances without needing a load balancer to determine where requests should go.
- Master to Master replication lets you clone, continuously backup, and listen for changes through the replication protocol, even over unreliable WAN links.
Developer
Carrot - a VICE companyBroadcast Media, 201-500 employees
MySQL
- The Community Server edition remains a strong candidate for a SQL-based database solution that supports a wide array of data structures.
- It scales well for both small business and enterprise use.
- It performs very well provided your database schema is well-planned and carefully considered (which is the case for any database solution).
- It has a number of interface solutions including GUI-based ones such as phpMyAdmin and MySQL Workbench that allow for easy management of your databases.
Software Engineer
Lockpath, Inc.Computer Software, 51-200 employees
Cons
CouchDB
- NoSQL DB can become a challenge for seasoned RDBMS users.
- The map-reduce paradigm can be very demanding for first-time users.
- JSON format documents with Key-Value pairs are somewhat verbose and consume more storage.
Risk Insight Product
TelkomselTelecommunications, 1001-5000 employees
MySQL
- MySQL doesn't provide good data wrangling functionalities, such as parsing JSON or XML. We had to transform them outside MySQL on the web application server side using JSP.
- As we move forward to adopt more genomics information, MySQL may lack of dealing with "big data" functionalities.
- It is a freely available S/W and easy to manage budget, but there are possibilities to spend cost for additional technical support.

Verified User
Team Lead in Research & Development
Hospital & Health Care Company, 10,001+ employeesLikelihood to Renew
CouchDB
CouchDB 9.0
Based on 9 answers
Because our current solution S3 is working great and CouchDB was a nightmare. The worst is that at first, it seemed fine until we filled it with tons of data and then started to create views and actually delete.
Sr. Software Engineer
PerformicsComputer Software, 201-500 employees
MySQL
MySQL 9.9
Based on 4 answers
For teaching Databases and SQL, I would definitely continue to use MySQL. It provides a good, solid foundation to learn about databases. Also to learn about the SQL language and how it works with the creation, insertion, deletion, updating, and manipulation of data, tables, and databases. This SQL language is a foundation and can be used to learn many other database related concepts.

Verified User
Employee in Information Technology
Higher Education Company, 501-1000 employeesUsability
CouchDB
CouchDB 8.0
Based on 1 answer
Couchdb is very simple to use and the features are also reduced but well implemented. In order to use it the way its designed, the ui is adequate and easy. Of course, there are some other task that can't be performed through the admin ui but the minimalistic design allows you to use external libraries to develop custom scripts
General Manager
SupermioComputer Software, 1-10 employees
MySQL
MySQL 8.2
Based on 5 answers
I give MySQL a 9/10 overall because I really like it but I feel like there are a lot of tech people who would hate it if I gave it a 10/10. I've never had any problems with it or reached any of its limitations but I know a few people who have so I can't give it a 10/10 based on those complaints.
Senior Systems Analyst
CymSTAR, LLCDefense & Space, 201-500 employees
Support Rating
CouchDB
No score
No answers yet
No answers on this topic
MySQL
MySQL 8.6
Based on 2 answers
The support staff is friendly, knowledgeable, and efficient. I only had to get part way through my explanations before they had a solution. They will walk you through a fix or actually connect in and fix the problem for you--or would if you can allow it. I've done it both ways with them. They are always forthcoming with 'how to do this if it happens again' information. I love working with MySQL support.
Senior Systems Analyst
CymSTAR, LLCDefense & Space, 201-500 employees
Implementation Rating
CouchDB
CouchDB 9.0
Based on 2 answers
it support is minimal also hw requirements. Also for development, we can have databases replicated everywhere and the replication is automagical. once you set up the security and the rules for replication, you are ready to go. The absence of a model let you build your app the way you want it
General Manager
SupermioComputer Software, 1-10 employees
MySQL
MySQL 8.0
Based on 1 answer
1. Estimate your data size.2. Test, test, and test.

Verified User
Engineer in Engineering
Entertainment Company, 5001-10,000 employeesAlternatives Considered
CouchDB
It has been 5+ years since we chose CouchDB. We looked an MongoDB, Cassandra, and probably some others. At the end of the day, the performance, power potential, and simplicity of CouchDB made it a simple choice for our needs. No one should use just because we did. As I said early, make sure you understand your problems, and find the right solution.Some random reading that might be useful:http://www.julianbrowne.com/article/viewer/brewers-cap-theoremhttps://www.couchbase.com/nosql-resources/why-nosql\https://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed
CTO & Co-founder
Datawhere.comComputer Software, 11-50 employees
MySQL
After Oracle bought MySQL, I have pivoted some projects to use MariaDB instead, which is a fork of MySQL and maintained by the community and original developers of MySQL. This is free under the GNU GPL, and is not impacted by decisions Oracle makes for MySQL. RDS has the ability to run managed MySQL instances which make it even easier to setup and configure a database. RDS also has support for MariaDB.InfluxDB is a great Time Series DB Platform which was designed to collect measurements with timestamps, and works more efficiently than MySQL for this type of data. I would recommend InfluxDB for anyone who is on the fence about implementing a collection agent and having the stats go into MySQL or another Database system

Verified User
Engineer in Engineering
Internet Company, 51-200 employeesReturn on Investment
CouchDB
- It has saved us hours and hours of coding.
- It is has taught us a new way to look at things.
- It has taught us patience as the first few weeks with CouchDB were not pleasant. It was not easy to pick up like MongoDB.
Chairman & CEO
eDriven StudiosInformation Technology and Services, 1-10 employees
MySQL
- Since MySQL is a free database package, if you have someone on staff that understands databases and how to use them, the ROI is very high when using MySQL.
- If you need to hire a MySQL developer to implement and manage your database then it can be quite costly to manage and that will negatively impact your ROI when using this product.
- Since there are some very expensive alternatives in the SQL database space, if you compare the overall costs of using MySQL to those other products, I think you will find your ROI is always better when using MySQL
Digital Services Manager
Packaging & Distribution ResourcesEducation Management, 11-50 employees
Pricing Details
CouchDB
General
Free Trial
—Free/Freemium Version
—Premium Consulting/Integration Services
—Entry-level set up fee?
No
MySQL
General
Free Trial
—Free/Freemium Version
—Premium Consulting/Integration Services
—Entry-level set up fee?
No