Skip to content

Commit

Permalink
DVs and Purge Soft-Deleted Rows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Jun 11, 2024
1 parent ad32f5f commit af2bd4d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/deletion-vectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ There are two types of deletion vectors:

(Persistent) Deletion Vectors are only supported on [parquet-based delta tables](../Protocol.md#assertTablePropertyConstraintsSatisfied).

## REORG TABLE Command
## Purge Soft-Deleted Rows

[REORG TABLE](../commands/reorg/index.md) is used to purge soft-deleted data.

## Persistent Deletion Vectors

[spark.databricks.delta.delete.deletionVectors.persistent](../configuration-properties/index.md#delete.deletionVectors.persistent)
[VACUUM](../commands/vacuum/index.md) and [OPTIMIZE](../commands/optimize/index.md) commands are used to purge soft-deleted rows.

## UniForm Iceberg

Expand Down

0 comments on commit af2bd4d

Please sign in to comment.