Sunday, 15 September 2013

Optimal number of database connections (node-mysql)

Optimal number of database connections (node-mysql)

By default, node-mysql limits the maximum number of mysql connections in a
connection pool to 10.
Is there an optimal number of connections I should set it to? ( is there a
number beyond which performance degrades, instead of increasing? )
Thanks

No comments:

Post a Comment