Skip to content

Commit a3bd99c

Browse files
committed
make doc
Signed-off-by: Owen Diehl <[email protected]>
1 parent 33c8e82 commit a3bd99c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/sources/shared/configuration.md

+6
Original file line numberDiff line numberDiff line change
@@ -3139,6 +3139,12 @@ The `limits_config` block configures global and per-tenant limits in Loki. The v
31393139
# CLI flag: -limits.tsdb-sharding-strategy
31403140
[tsdb_sharding_strategy: <string> | default = "power_of_two"]
31413141

3142+
# Precompute chunks for TSDB queries. This can improve query performance at the
3143+
# cost of increased memory usage by computing chunks once during planning,
3144+
# reducing index calls.
3145+
# CLI flag: -querier.tsdb-precompute-chunks
3146+
[tsdb_precompute_chunks: <boolean> | default = false]
3147+
31423148
# Cardinality limit for index queries.
31433149
# CLI flag: -store.cardinality-limit
31443150
[cardinality_limit: <int> | default = 100000]

0 commit comments

Comments
 (0)