Log Cleanup¶
Log Cleanup (Metadata Cleanup) is used to remove expired metadata log files in the transaction log of a delta table.
Log Cleanup can be executed as part of table checkpointing when enabled using delta.enableExpiredLogCleanup table property.
Expired log files are specified as older than delta.logRetentionDuration table property.