From b189fdbdcb553b3ef41bb7dc2ee8afa95a09bcc3 Mon Sep 17 00:00:00 2001 From: nk1506 Date: Wed, 6 Dec 2023 16:25:14 +0530 Subject: [PATCH] Docs: Add gc.enabled property --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index ead5c763ab2b..e7917ed05485 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -111,6 +111,7 @@ Iceberg tables support table properties to configure table behavior, like the de | history.expire.max-snapshot-age-ms | 432000000 (5 days) | Default max age of snapshots to keep on the table and all of its branches while expiring snapshots | | history.expire.min-snapshots-to-keep | 1 | Default min number of snapshots to keep on the table and all of its branches while expiring snapshots | | history.expire.max-ref-age-ms | `Long.MAX_VALUE` (forever) | For snapshot references except the `main` branch, default max age of snapshot references to keep while expiring snapshots. The `main` branch never expires. | +| gc.enabled | true | Property to disable garbage collection operations such as expiring snapshots or removing orphan files | ### Reserved table properties Reserved table properties are only used to control behaviors when creating or updating a table.