cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delta table vs dynamic views

Sans1
New Contributor II

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.

 

2 REPLIES 2

Ajay-Pandey
Esteemed Contributor III

Hi @Sans1  Have you only used masking, or you have used any row or column level access control?

If it's only masking, then you should go with delta table and if it's row or column level access control then you should prefer dynamic views

Ajay Kumar Pandey

Sans1
New Contributor II

Thanks Ajay for your input.

My requirement is to have a semantic layer with views which would be exposed to tableau..i just want to understand how views work.. if I apply filters or joins on views will it be providing good performance..and "data skipping" feature in Databricks would be applied in views?

 

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now