From af2bd4db20d9207bd089140b42b521e260229470 Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Tue, 11 Jun 2024 21:42:19 +0200 Subject: [PATCH] DVs and Purge Soft-Deleted Rows --- docs/deletion-vectors/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/deletion-vectors/index.md b/docs/deletion-vectors/index.md index 34d43fc45..0485c27ce 100644 --- a/docs/deletion-vectors/index.md +++ b/docs/deletion-vectors/index.md @@ -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