Not sure if i’m reading this correctly. Does this mean I can do 60K different queries with different connections all at once?
Max concurrent key-value connections
60,000
Each Couchbase Data node allows, by default, up to 60,000 concurrent key-value connections in total to the two client ports — 11207 (SSL) and 11210 (plain).
@vsr1 I see, thanks for breaking that down for me.
So I guess that means if i have 16 cores, then i can have 64 queries. Do you know what people usually do when they have to run thousands of queries at once? Maybe CB is not able to handle that kind of load. I’ll read into query queuing, since that might be a potential solution.
I could have up to 7k queries at one time which is why i’m asking, if I can’t manage that then I may need to architect around it.