VACUUM Command¶
Vacuum command allows for garbage collection of a delta table.
Vacuum command is available using the following high-level operators:
- VACUUM SQL command
- DeltaTable.vacuum
When executed, Vacuum command does garbarge collection.
Vacuum command allows for garbage collection of a delta table.
Vacuum command is available using the following high-level operators:
When executed, Vacuum command does garbarge collection.