Hi,
My current design is to host the gold layer as dynamic views with masking. I will have couple of use cases that needs the views to be queried with filters.
Does this provide equal performance like tables (which has data skipping based on transaction log's first 32 columns stats) .
What should I opt here , a delta table or dynamic views or a table
Note - I already have my de-normalized SOTs in silver layer. If I add another table of tables it would need to be scheduled and refreshed.