influxdata / influxdata/docs-v2
Add details for `--table-index-cache-max-entries`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
Add documentation for the flag in content/influxdb3/{enterprise,core}/reference/.
You can configure the following:
``` --table-index-cache-max-entries <N>
Maximum number of table indices to cache in
memory. Set to 0 for unlimited cache size. [default: 100]
[env: INFLUXDB3_TABLE_INDEX_CACHE_MAX_ENTRIES=]
--table-index-cache-concurrency-limit <N>
Maximum concurrent operations between table index cache and object store.
This limits how many parallel requests can be made to object storage
when loading or updating table indices. [default: 20]
[env: INFLUXDB3_TABLE_INDEX_CACHE_CONCURRENCY_LIMIT=]```
However, this is more of a behind the scenes thing. It helps manage older snapshot/parquet files for retention purposes and to help with database startup for longer running databases.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.