Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,node-mysql 将连接池中的最大 mysql 连接数限制为 10。这对我来说似乎相当保守。
我应该将其设置为最佳连接数吗?(是否有超过其性能可能会下降而不是增加的数字?)
谢谢
没有最大连接数的最佳配置,除非您的应用程序中有明显的瓶颈,否则您不需要触摸它。您需要的连接数可能因应用程序的结构、系统性能和网络吞吐量而异。