Couchbase, powerful nosql
April 15, 2022

Couchbase, powerful nosql

Anonymous | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Software Version

Couchbase Community Edition

Overall Satisfaction with Couchbase

We use Couchbase for two main purposes. First is the NoSQL database to store unstructured data. The n1ql language is very powerful to retrieve these data in every possible way. The second purpose is key/value storage used in caches. We use Couchbase to store serialized java objects representing cached data.
  • N1QL requests
  • Key/value storage
  • Performance
  • Indexes need some time to understand
  • Documentation could be improved somtimes
  • Effective distributed cache to preserve low latency services
  • Indexes are very important and not easy to learn
Couchbase was mainly selected because it provided professional support, which was mandatory. I did not participate in the technical decisions.

Do you think Couchbase Server delivers good value for the price?

Not sure

Are you happy with Couchbase Server's feature set?

Yes

Did Couchbase Server live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Couchbase Server go as expected?

Yes

Would you buy Couchbase Server again?

Yes

Couchbase is very efficient for the key/value storage of serialized Java objects. It provides a very simple way to have a distributed cache with very low latency. Operations are easy and API is very well done. You can define the time to live on each data to provide a powerful cache.

Couchbase Server Feature Ratings

Performance
8
Availability
9
Concurrency
8
Security
9
Scalability
8
Data model flexibility
9
Deployment model flexibility
9

Couchbase Reliability

All performance issues we encountered were design issues. Couchbase was not responsible. Couchbase provides all necessary tools to improve performance and resilience, but it is not accessible to every developer. Some features like replication or the defensive need to be handled by the experts.