Skip to content

Commit

Permalink
docs: Fix heading level of "Excluded from caching" (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxn committed Jul 3, 2022
1 parent 5d05c1f commit 4de555d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Query Frontend supports a retry mechanism to retry query when HTTP requests are

### Caching

Query Frontend supports caching query results and reuses them on subsequent queries. If the cached results are incomplete, Query Frontend calculates the required subqueries and executes them in parallel on downstream queriers. Query Frontend can optionally align queries with their step parameter to improve the cacheability of the query results. Currently, in-memory cache (fifo cache) and memcached are supported.
Query Frontend supports caching query results and reuses them on subsequent queries. If the cached results are incomplete, Query Frontend calculates the required subqueries and executes them in parallel on downstream queriers. Query Frontend can optionally align queries with their step parameter to improve the cacheability of the query results. Currently, in-memory cache (fifo cache), memcached, and redis are supported.

### Excluded from caching
#### Excluded from caching

* Requests that support deduplication and having it disabled with `dedup=false`. Read more about deduplication in [Dedup documentation](query.md#deduplication-enabled).
* Requests that specify Store Matchers.
Expand Down

0 comments on commit 4de555d

Please sign in to comment.