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)-- over either one or both ports.
So when I have 3 nodes then I can handle 180k Connection ?
How couchbase handle so much connections when you compare other sql or nosql databases they not offer like so much connections, and thanks for your answer
When an operating system has a maximum of 65536 sockets, using 60,000 of them for kv connections leaves 5,536 connections available for other purposes. Refer to other databases’ documentation on their limits.
Google tells me that for Oracle, the maximum number of connections is 32,000.