Vertica Cluster 구성 시 Clinet에서 설정해야 할 JDBC 옵션들이 있습니다.
- ConnectionLoadBalance = true
Cluster 구성 시 쿼리 플랜을 각각의 노드에 Round-Robin으로 부여하기 위해서 해당 값을 true로 설정합니다.
- BackupServerNode = IP1:PORT1, IP2:PORT2, IP3:PORT3
Cluster 구성 시 한 노드에서 장애가 발생했을 때 다른 노드에 연결을 시도하기 위해 해당 값을 각 노드의 IP와 PORT 정보로 설정합니다.
- 참고자료
< Vertica JDBC Connection Properties >
JDBC Connection Properties
JDBC Connection Properties You use connection properties to configure the connection between your JDBC client application and your Vertica database. The properties provide the basic information about the connections, such as the server name and port number
www.vertica.com
'DBMS > RDBMS' 카테고리의 다른 글
[VERTICA] UDF(User-defined function) 등록 방법 (0) | 2023.04.11 |
---|---|
[ORACLE, VERTICA] 데이터 타입 비교 (0) | 2023.04.11 |
[Vertica][VJDBC](3587) ERROR: Insufficient resources to execute plan on pool general (0) | 2023.04.11 |
[Vertica][VJDBC](2245) ERROR : Attempted to create too many ROS container for projection (0) | 2023.04.11 |