Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 05:16 AM
Sometime, if we have less commit versions for a delta table, it won't create checkpoint files in the table. Checkpoint file is responsible to trigger the log cleanup activities. In case, you observe that there are no checkpoint files available for the recent versions, you can use delta.checkpointInterval to reduce the number of commits after it creates a checkpoint. Once it gets the new checkpoint, the log cleanup activity will be triggered.