Skip to content

Commit

Permalink
docs: Update reference to the default tsdb-max-query-parallelism valu…
Browse files Browse the repository at this point in the history
…e to be 128 (backport release-3.2.x) (#14879)

Co-authored-by: Matt Veitas <[email protected]>
  • Loading branch information
loki-gh-app[bot] and mveitas authored Nov 12, 2024
1 parent bd3be51 commit aa7081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/operations/storage/tsdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ querier:

### Limits

We've added a user per-tenant limit called `tsdb_max_query_parallelism` in the `limits_config`. This functions the same as the prior `max_query_parallelism` configuration but applies to tsdb queries instead. Since the TSDB index will create many more smaller queries compared to the other index types before it, we've added a separate configuration so they can coexist. This is helpful when transitioning between index types. The default parallelism is `512` which should work well for most cases, but you can extend it globally in the `limits_config` or per-tenant in the `overrides` file as needed.
We've added a user per-tenant limit called `tsdb_max_query_parallelism` in the `limits_config`. This functions the same as the prior `max_query_parallelism` configuration but applies to tsdb queries instead. Since the TSDB index will create many more smaller queries compared to the other index types before it, we've added a separate configuration so they can coexist. This is helpful when transitioning between index types. The default parallelism is `128` which should work well for most cases, but you can extend it globally in the `limits_config` or per-tenant in the `overrides` file as needed.

### Dynamic Query Sharding

Expand Down

0 comments on commit aa7081d

Please sign in to comment.