File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
content/influxdb3/clustered/admin Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133
133
INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : ' true'
134
134
INFLUXDB_IOX_KEEP_HOURLY_CATALOG_BACKUP_FILE_LISTS : ' 30d'
135
135
INFLUXDB_IOX_KEEP_DAILY_CATALOG_BACKUP_FILE_LISTS : ' 90d'
136
- INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF : ' 14d '
136
+ INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF : ' 30d '
137
137
` ` `
138
138
139
139
### Environment Variables
@@ -193,13 +193,16 @@ INFLUXDB_IOX_KEEP_DAILY_CATALOG_BACKUP_FILE_LISTS: '90d'
193
193
194
194
The duration of time after a Parquet file is no longer referenced in the Catalog
195
195
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` :
198
197
199
198
` ` ` yaml
200
- INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '14d '
199
+ INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF: '30d '
201
200
` ` `
202
201
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
+
203
206
# # Verify snapshots
204
207
205
208
InfluxDB Clustered stores hourly and daily snapshots in the
You can’t perform that action at this time.
0 commit comments