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? 

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