Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When a new readwritesplit session starts, it opens connections to all available servers up to the configured limit. This causes extra overhead for short-lived connections that only use a single server.
By opening new connections only when they are needed we limit the overhead that they introduce. The routing algorithm should also favor already opened connections over opening new connections to prevent the delay caused by the connection creation.