cancel
Showing results for 
Search instead for 
Did you mean: 

How to read detail info in PlanViz

300221
Explorer
0 Kudos

Hi Pro,

I ran PlanViz for the sap hana view, and get following detail for a PlanViz node, but how canI read this join condition? is this join condition mapping to one sap hana view join node? or this PlanViz join condition is the combination of multiple SAP HANA view join nodes. ?

Accepted Solutions (0)

Answers (1)

Answers (1)

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

300221

PlanViz Join Condition:
JOIN (SAP_HANA_VIEW.COLUMN_1 = SAP_HANA_VIEW.COLUMN_2 AND SAP_HANA_VIEW.COLUMN_3 = SAP_HANA_VIEW.COLUMN_4)

This PlanViz join condition is mapping to one SAP HANA view join node. The node is combining the two conditions in the parentheses to form the join condition.