Skip to content

Commit 153aa30

Browse files
committed
Merge branch 'master' into sql-window-functions
2 parents c6f0fdd + 6678666 commit 153aa30

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/influxdb3/clustered/admin/backup-restore.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES: 'true'
134134
INFLUXDB_IOX_KEEP_HOURLY_CATALOG_BACKUP_FILE_LISTS: '30d'
135135
INFLUXDB_IOX_KEEP_DAILY_CATALOG_BACKUP_FILE_LISTS: '90d'
136-
INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '14d'
136+
INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '30d'
137137
```
138138
139139
### Environment Variables
@@ -193,13 +193,16 @@ INFLUXDB_IOX_KEEP_DAILY_CATALOG_BACKUP_FILE_LISTS: '90d'
193193

194194
The duration of time after a Parquet file is no longer referenced in the Catalog
195195
or included in any snapshots after which the Garbage Collector removes the
196-
Parquet file from the Object store. The default is `14d`. The recommended range
197-
is between `6h` and `14d`:
196+
Parquet file from the Object store. The default is `30d`:
198197

199198
```yaml
200-
INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '14d'
199+
INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '30d'
201200
```
202201

202+
For an in-depth explanation of the recommended value, see the
203+
[data lifecycle garbage tuning best practices](/influxdb3/clustered/write-data/best-practices/data-lifecycle/#tune-garbage-collection)
204+
and [use case examples](/influxdb3/clustered/write-data/best-practices/data-lifecycle/#use-case-examples).
205+
203206
## Verify snapshots
204207

205208
InfluxDB Clustered stores hourly and daily snapshots in the

0 commit comments

Comments
 (0)