Does dremio have an operation for removing orphan files?
I read OPTIMZE compacts data files and VACUUM removes snapshots (by removing references only).
Once the snapshot references got removed, will there be orphan data files? If so, how can I remove them using dremio?
Or does VACUUM also remove orphan files?
Thank you!