Skip to main content

run_vacuum

Function run_vacuum 

Source
pub async fn run_vacuum(
    table: DeltaTable,
    retention: Duration,
) -> Result<(DeltaTable, usize), ConnectorError>
Expand description

Runs VACUUM on a Delta Lake table, deleting old unreferenced files.

ยงErrors

Returns ConnectorError::Internal if the operation fails.