Hi ,
As we knew , we can connect to phoenix/hbase in 2 ways .
1 . phoenix query server using thin-client , this way we can pass only 1 phoenix query server ip/host to the connect string .
2. zookeeper jdbc - we can pass all zookeeper ip's as part connection URL .
1.What is the difference between them ?
2. Which one can give more performance ?
3. How can we can get load balance if we go with phoenix-query server JDBC (thin-client) connection ?
4. which one is the best method to get read performance ?