Need to connect to two vertica clusters via dblink to fetch data. #27
Unanswered
Pavanjreddy
asked this question in
Q&A
Replies: 1 comment
-
any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have three different Vertica clusters, clusterA, clusterB and clustersC. We have some tables in clusterA and some tables in ClusterB, both tables are required for reporting purpose. So I need to fetch the data from both clusterA and clusterB by connecting to those clusters from clusterC via DBLINK in the same query. ClusterA and ClusterB will act as ETL clusters and they are not exposed to business users, business/end users should connect to ClusterC and fetch required data from ClusterA and ClusterB via DBLINK from clusterC, is it possible?
Beta Was this translation helpful? Give feedback.
All reactions