brickster_2018
Databricks Employee
Databricks Employee
  • The temporary table can be created using Delta, although enabling optimize writes on the temporary table can increase the read performance in the subsequent stage. Overall it's a good practice to use Delta.
  • Eventual consistency-related issues are common when dealing with temporary tables. Using Delta can help to address those issues.

View solution in original post