QuestionQ24
Prepare and process dataYou have an Azure Databricks workspace that includes a Delta table named Table1.
Table1 has accumulated obsolete files. You need to reduce storage costs while preserving 30 days of time-travel history.
Which two actions should you take? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Choose two
- A Run the vacuum command on Table1.
- B Set the delta.deletedFileRetentionDuration table property to 30 days.
- C Set the delta.logRetentionDuration table property to 30 days.
- D Run the OPTIMIZE command on Table1.
- E Reduce the deleted file retention period to one day.
Community Discussion