QuestionQ56
Prepare and process dataYou have an Azure Databricks workspace enabled for Unity Catalog that contains a managed Delta table named Table1.
Table1 is written by batch jobs every hour and is frequently queried by filtering the CustomerId and EventDate columns. You expect Table1 to grow substantially over time. Its rows are frequently updated and deleted to support compliance requests.
You need to keep query performance consistent as Table1 grows while minimizing update and deletion effort. What should you include in the solution?
Select
To optimize query performance, implement:
To optimize updates and deletions:
Community Discussion