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

Couchbase Server

Couchbase | 7.6

Linux/Unix, Amazon Linux Amazon Linux 2 2.0.20200904.0 Update - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

92 reviews
from G2

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


    Mohan T.

Blending KV store and structured queries in highly multi-tenanted enterprise SaaS app

  • July 15, 2015
  • Review provided by G2

What do you like best about the product?
We like the raw performance of the KV store, but with the flexibility to run structured queries across json documents using N1QL. Version 4.0 brings secondary indexes which allow us to boost performance and reduce our need for the map-reduce views. CouchBase also allows the developers to choose the consistency expectations per call this enables us to take advantage of high performing calls when consistency is less important. CouchBase is ridiculously easy to setup, manage, add/remove nodes, rebalance etc. The dashboard gives you detailed insight into the cluster, which reduces the management overhead.
What do you dislike about the product?
Very little so far, some minor bugs in the Java SDK, but we have been pretty much on the bleeding edge for releases in our development process.
What problems is the product solving and how is that benefiting you?
Highly scalable metadata store, with the need for high geographic distribution.
We have benefited from reduced development and devops costs.


    Sporting Goods

Decent solution for key-value or document datastore

  • July 15, 2015
  • Review provided by G2

What do you like best about the product?
Easy to install, manage, and maintain. Very fast reads. Cloud-friendly.
What do you dislike about the product?
In case you need to access anything in any other way than by key, it is challenging. Views / indexes are slow, even in version 3.0 where Couchbase claims huge performance improvement in that area.
What problems is the product solving and how is that benefiting you?
Mostly using Couchbase as a persistent cache. I do not see much benefits vs. Cassandra which is our primary noSQL solution.
Recommendations to others considering the product:
Couchbase is great when you use it right - great persistent cache for documents / key-value store; not a replacement for a relational database. Also, if you plan on using ad-hoc queries, consider some other noSQL product, such as Cassandra.