JOIN pg_rewrite ON pg_depend.objid = pg_rewrite.oid JOIN pg_class AS dependent_view ON pg_rewrite.ev_class = dependent_view.oid JOIN pg_class AS source_table ON pg_depend.refobjid = source_table.oid ...
This week I am here to share some important decision-making notes regarding the designing of the tables in Synapse dedicated SQL pool. These notes were based on my analysis and research on Microsoft ...