You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the connection pool is limited to a single named destination server.
I want to add:
support for querying a cluster of servers (noted in the URL) to see which one should be the current primary.
support for a secondary read-only pool for better performance for reads that do not have to be as "true" as a primary read. To use a secondary read, a parameter would be added to getNextConnection to make it purposefully explicit.
The text was updated successfully, but these errors were encountered:
Currently, the connection pool is limited to a single named destination server.
I want to add:
support for querying a cluster of servers (noted in the URL) to see which one should be the current primary.
support for a secondary read-only pool for better performance for reads that do not have to be as "true" as a primary read. To use a secondary read, a parameter would be added to
getNextConnection
to make it purposefully explicit.The text was updated successfully, but these errors were encountered: