-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
getNextConnectionto make it purposefully explicit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request