TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    CouchDB

    Score6 out of 10
    N/AApache CouchDB is an HTTP + JSON document database with Map Reduce views and bi-directional replication. The Couch Replication Protocol is implemented in a variety of projects and products that span computing environments from globally distributed server-clusters, over mobile phones to web browsers.N/A

    Couchbase

    Score8.6 out of 10
    N/ACouchbase is a distributed NoSQL database platform that combines a JSON document store with a high-performance In-Memory architecture. The solution is designed to support high-throughput applications by integrating multiple data services—including Key-Value, Full-Text Search (FTS), Vector Search, and Real-Time Analytics—within a single unified platform.N/A
    Pricing
    CouchDBCouchbase
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    CouchDBCouchbase
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeNo setup feeOptional
    Additional Details——
    More Pricing Information
    Community Pulse
    CouchDBCouchbase
    Considered Both Products
    Apache
    Chose CouchDB
    Open Source, and freely able to install it on any OS you desire (the big 3, anyways) CouchDB was selected for that, it's early-adoption of JSON and its mobile-friendly environment. Also, I have used it off and on in various non-professional projects, and it was really one of …
    Incentivized
    Chose CouchDB
    Developing spring boot apps with Couchbase using Spring Data JPA really solves complexity of programming.
    Incentivized
    Couchbase
    Chose Couchbase
    For its ease of use I have found it pleasurable. However I have found client/framework support much higher for MongoDB which at times can be frustrating.
    Incentivized
    Key User Insights
    Would buy again
    No answers on this topic
    90%
    Would buy again
    27 Answers
    Delivers good value for the price
    No answers on this topic
    92%
    Delivers good value for the price
    22 Answers
    Happy with the feature set
    No answers on this topic
    93%
    Happy with the feature set
    28 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    95%
    Lived up to sales and marketing promises
    19 Answers
    Implementation went as expected
    No answers on this topic
    83%
    Implementation went as expected
    20 Answers
    Features
    CouchDBCouchbase
    NoSQL Databases
    Comparison of NoSQL Databases features of Apache CouchDB and Couchbase
    Feature
    Apache CouchDB
    7.9
    2 Ratings
    8% below category average
    Couchbase
    8.9
    97 Ratings
    4% above category average
    Performance8.02 Ratings8.997 Ratings
    Availability8.52 Ratings9.496 Ratings
    Concurrency8.52 Ratings8.994 Ratings
    Security6.02 Ratings9.094 Ratings
    Scalability8.02 Ratings9.495 Ratings
    Data model flexibility7.02 Ratings9.095 Ratings
    Deployment model flexibility9.02 Ratings8.094 Ratings
    Best Alternatives
    CouchDBCouchbase
    Small Businesses
    IBM Cloudant
    Score7.4 out of 10
    IBM Cloudant
    Score7.4 out of 10
    Medium-sized Companies
    IBM Cloudant
    Score7.4 out of 10
    IBM Cloudant
    Score7.4 out of 10
    Enterprises
    IBM Cloudant
    Score7.4 out of 10
    IBM Cloudant
    Score7.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CouchDBCouchbase
    Likelihood to Recommend
    9.0
    (10 ratings)
    8.8
    (100 ratings)
    Likelihood to Renew
    9.0
    (9 ratings)
    2.1
    (3 ratings)
    Usability
    8.0
    (1 ratings)
    8.0
    (1 ratings)
    Availability
    -
    (0 ratings)
    8.0
    (1 ratings)
    Performance
    -
    (0 ratings)
    9.3
    (95 ratings)
    Support Rating
    -
    (0 ratings)
    8.5
    (5 ratings)
    Implementation Rating
    9.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    -
    (0 ratings)
    7.0
    (52 ratings)
    User Testimonials
    CouchDBCouchbase
    Likelihood to Recommend
    Apache
    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.
    Incentivized
    Read full review
    Couchbase
    Best suited when edge devices have interrupted internet connection. And Couchbase provides reliable data transfer. If used for attachment Couchbase has a very poor offering. A hard limit of 20 MB is not okay. They have the best conflict resolution but not so great query language on Couchbase lite.
    Incentivized
    Read full review
    Pros
    Apache
    • 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.
    Incentivized
    Read full review
    Couchbase
    • Couchbase performance is exceptional both for in-memory and persisted transactions.
    • Handling of node failures and cluster rebalancing (high availability).
    • Enterprise support from Couchbase themselves
    • Good documentation
    • Streaming of bucket (database) level mutations via their Database Change Protocol (DCP).
    • Replication of datasets between native clients and Couchbase buckets
    • Handling of simultaneous writes to the same record with performance penalties
    Incentivized
    Read full review
    Cons
    Apache
    • 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.
    Incentivized
    Read full review
    Couchbase
    • The N1QL engine performs poorly compared to SQL engines due to the number of interactions needed, so if your use case involves the need for a lot of SQL-like query activity as opposed to the direct fetch of data in the form of a key/value map you may want to consider a RDBMS that has support for json data types so that you can more easily mix the use of relational and non-relational approaches to data access.
    • You have to be careful when using multiple capabilities (e.g. transactions with Sync Gateway) as you will typically run into problems where one technology may not operate correctly in combination with another.
    • There are quality problems with some newly released features, so be careful with being an early adopter unless you really need the capability. We somewhat desperately adopted the use of transactions, but went through multiple bughunt cycles with Couchbase working the kinks out.
    Incentivized
    Read full review
    Likelihood to Renew
    Apache
    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.
    Incentivized
    Read full review
    Couchbase
    I rarely actually use Couchbase Server, I just stay up-to-date with the features that it provides. However, when the need arises for a NoSQL datastore, then I will strongly consider it as an option
    Incentivized
    Read full review
    Usability
    Apache
    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
    Incentivized
    Read full review
    Couchbase
    Couchbase has been quite a usable for our implementation. We had similar experience with our previous "trial" implementation, however it was short lived.
    Couchbase has so far exceeded expectation. Our implementation team is more confident than ever before.
    When we are Live for more than 6 months, I'm hoping to enhance this rating.
    Read full review
    Performance
    Apache
    No answers on this topic
    Couchbase
    One of Couchbase’s greatest assets is its performance with large datasets. Properly set up with well-sized clusters, it is also highly reliable and scalable. User management could be better though, and security often feels like an afterthought. Couchbase has improved tremendously since we started using it, so I am sure that these issues will be ironed out.
    Incentivized
    Read full review
    Support Rating
    Apache
    No answers on this topic
    Couchbase
    I haven't had many opportunities to request support, I will look forward to better the rating. We have technical development and integration team who reach out directly to TAM at Couchbase.
    Read full review
    Implementation Rating
    Apache
    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
    Incentivized
    Read full review
    Couchbase
    No answers on this topic
    Alternatives Considered
    Apache
    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-theorem https://www.couchbase.com/nosql-resources/why-nosql\ https://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed
    Incentivized
    Read full review
    Couchbase
    The Apache Cassandra was one type of product used in our company for a couple of use-cases. The Aerospike is something we [analyzed] not so long time ago as an interesting alternative, due to its performance characteristics. The Oracle Coherence was and is still being used for [the] distributed caching use-case, but it will be replaced eventually by Couchbase. Though each of these products [has] its own strengths and weaknesses, we prefer sticking to Couchbase because of [the] experience we have with this product and because it is cost-effective for our organization.
    Incentivized
    Read full review
    Scalability
    Apache
    No answers on this topic
    Couchbase
    So far, the way that we mange and upgrade our clusters has be very smooth. It works like a dream when we use it in concert with AWS and their EC2 machines. Having access to powerful instances along side the Couchbase interface is amazing and allows us to do rebalances or maintenance without a worry
    Incentivized
    Read full review
    Return on Investment
    Apache
    • 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.
    Incentivized
    Read full review
    Couchbase
    • Great performance.
    • Leading Couchbase Lite capabilities for mobile use.
    • Developers' learning curve with replica reads and multi cluster can be long. Needs guidance and nurturing.
    • Cluster maintenance during OS patching, etc. has multiple ways to approach. Operational teams may need some guidance.
    Incentivized
    Read full review
    ScreenShots