docs(clustered): clarify tuning garbage collector env vars (#5517)

* docs: clarify clustered gc env tunables

* docs: use suggested wording

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/5521/head
Jack 2024-07-12 00:25:59 +01:00 committed by GitHub
parent 59d8958ebc
commit ab52a00624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ Use the following environment variables to tune the garbage collector:
- `INFLUXDB_IOX_GC_PARQUETFILE_CUTOFF`: how long to retain rows in the Catalog - `INFLUXDB_IOX_GC_PARQUETFILE_CUTOFF`: how long to retain rows in the Catalog
that reference Parquet files marked for deletion. The default is `30d`. that reference Parquet files marked for deletion. The default is `30d`.
These values tune how aggressive the garbage collector can be. A shorter duration
value means that files can be removed at a faster pace.
{{% warn %}} {{% warn %}}
To ensure there is a grace period before files and references are removed, the To ensure there is a grace period before files and references are removed, the
minimum garbage collector (GC) object store and Parquet file cutoff time is minimum garbage collector (GC) object store and Parquet file cutoff time is