Question

How much data can be stored on one node using CouchBase. I want my DB to scale horizontally and each node to have max of 400GB. If CouchBase is in-memory DB, I guess it will be very expensive to implement, because I will need many machines with a lot of memory, am I right?

Was it helpful?

Solution

Couchbase is not an in memory database. It has a built in cachIng layer and persists all of its data to disk. To answer your question, a Couchbase node can have as much capacity as you have available hard disk space. It is recommended though that you working set fits in memory in order to have the best performance.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top