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?

 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group