document flag for disabling broad index queries (#5880)

pull/5888/head
Sandeep Sukhani 4 years ago committed by GitHub
parent 800b7c6345
commit 87ed13715a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/sources/configuration/_index.md

@ -1727,6 +1727,11 @@ boltdb_shipper:
# CLI flag: -store.index-cache-validity
[index_cache_validity: <duration> | default = 5m]
# Disable broad index queries which results in reduced cache usage and faster query performance at the expense of
# somewhat higher QPS on the index store.
# CLI flag: -store.disable-broad-index-queries
[disable_broad_index_queries: <bool> | default = false]
# The maximum number of chunks to fetch per batch.
# CLI flag: -store.max-chunk-batch-size
[max_chunk_batch_size: <int> | default = 50]

Loading…
Cancel
Save