It is just a question, I want know limits of couchbase
Assume we have 300 couchbase node server and 500 application server, each application server has 8 core CPU and in each core we have a application process that opens a couchbase bucket
From each opened bucket it is possible to read data from each 300 couchbase server , So I think each process can open up to 300 connections
And in theory each couchbase server must handler 500*8=4000 client connection
Do I think right?
Can couchbase scale up?