cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Does anyone have any recommendation on the multiple table consistency in delta tables?

JY2
New Contributor

Hi, there, 

Any recommendations to enable multiple table consistency cross delta tables? 

1 REPLY 1

echung
New Contributor II

To my knowledge, Delta Lake tables should be consistent and support ACID transactions. In summary, each transaction is processed serially and each cluster will contain a snapshot of the Delta Lake table(s).

See more info here: https://docs.databricks.com/optimizations/isolation-level.html