Using Vertica 7's Native Load Balancing with Tableau 8
Hi,
I've a 3 node v7.0.1 Vertica cluster for which I'm trying to enable Vertica's Native Load Balancing feature such that when users connect to the database with Tableau 8 they are "load balanced" onto one of the three nodes. I have enabled the round robin method in Vertica and have tested that load balancing works with vsql's -C parameter.
However, I cannot work out how to enable load balancing for Tableau 8 connections using the windows Vertica 7 drivers.
Any ideas? Is this even possible?
Cheers,
Andrew
I've a 3 node v7.0.1 Vertica cluster for which I'm trying to enable Vertica's Native Load Balancing feature such that when users connect to the database with Tableau 8 they are "load balanced" onto one of the three nodes. I have enabled the round robin method in Vertica and have tested that load balancing works with vsql's -C parameter.
However, I cannot work out how to enable load balancing for Tableau 8 connections using the windows Vertica 7 drivers.
Any ideas? Is this even possible?
Cheers,
Andrew
0
Comments
/Sajan
LoadBalanced=1
and
ConnectionLoadBalance=1
in my C:/Windows/ODBC.INI file
But it didn't make any difference.
The only method I've found that works is to edit the Tableau workbook as follows:
<connection class='vertica' dbname='zen' odbc-connect-string-extras='ConnectionLoadBalance=1'...
This forces Tableau to connect using load balancing (from tabprotosrv.txt)
ConnectString: DRIVER={Vertica};READONLY=0;DATABASE=zen;SERVER=192.168.1.231;PORT=5433;UID=dbadmin;PWD=********;ConnectionLoadBalance=1