Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2025 10:35 PM
It is a common issue that small files gets created during streaming.
Since you are using delta file format, I would suggest two solutions,
1. try using Liquid clustering. This does auto compact of small files into a bigger chuck mostly of 1 gb.
2. try to run "Optimize" command on you delta table. It also helps to resolve this issue.
Hope it helps.