Example: Join pushdown v2
This example shows join pushdown between the foreign tables of the same remote HIVE/SPARK server to that remote HIVE/SPARK server:
Tables on HIVE/SPARK server:
Tables on Postgres server:
Queries with join pushdown:
Enable/disable GUC for join pushdown queries at the table level:
Enable/disable GUC for join pushdown queries at the session level:
Note
You can also enable/disable join pushdown at the server level using a GUC. For more information, see CREATE SERVER.