rethinkdb - What is the maximum number of connections? -


since native rethinkdb drivers not support connection pooling yet, wondering, maximum number of connections rethinkdb server?

there couple answers question:

connection pooling

there third-party drivers have connection pooling. rethinkdbdash, example, great node.js driver has connection pooling.

maximum number of connections

i'm not sure there's hard limit on number of connections on rethinkdb side, users run connection limits of os before running maximum number of connections on rethinkdb side (i don't think there one). basically, rethinkdb can handle thousands of connections without problem.


Comments