-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support connecting to multiple hosts #23
Comments
There's no support for this currently. If tou want to work on it: The On Tuesday, December 23, 2014, amirtuval [email protected] wrote:
|
OK, Thanks. I'll look into it |
Hi @amirtuval
WDYT? |
Hi, Yarden This post was long ago :-) I ended up setting up a load balancer (we are on aws, so I am using elb), and that solved that issue. Amir |
FWIW, Vertica now supports (at least as of 7.2 maybe earlier) native connection load balancing, where you can connect to any node and the query that you issue may actually run on any other node. An example of this is shown in https://my.vertica.com/docs/7.2.x/HTML/index.htm#Authoring/ConnectingToHPVertica/ClientODBC/EnablingNativeConnectionLoadBalancingInODBC.htm |
Hi,
Looking at the documentation and the code, it does not seem possible to specify multiple hosts to connect to, and have the adapter connect randomly to a host from that list.
That means that even if I have many nodes in the cluster, all my clients will connect to the same machine. More than that, if that single machine is down, my clients will not be able to connect even if the cluster is functional.
Is there support for something like that, that I missed? If not, do you have experience with something like this, and can offer advice on how to implement it?
Thanks
Amir
The text was updated successfully, but these errors were encountered: