Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 271fb8d

Browse files
committed
Updated doc
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent a922d32 commit 271fb8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/operations/blocks-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Whenever the pool of compactors increase or decrease (ie. following up a scale u
7474

7575
## Index cache
7676

77-
The querier supports a cache to speed up postings and series lookups from TSDB blocks indexes. Two types of caches are supported:
77+
The querier supports a cache to speed up postings and series lookups from TSDB blocks indexes. Two backends are supported:
7878

7979
- `inmemory`
8080
- `memcached`
@@ -84,11 +84,11 @@ The querier supports a cache to speed up postings and series lookups from TSDB b
8484
The `inmemory` index cache is **enabled by default** and its max size can be configured through the flag `-experimental.tsdb.bucket-store.index-cache.inmemory.max-size-bytes` (or config file). The trade-off of using the in-memory index cache is:
8585

8686
- Pros: zero latency
87-
- Cons: increases querier memory usage, not shared across multiple querier replicas
87+
- Cons: increased querier memory usage, not shared across multiple querier replicas
8888

8989
### Memcached index cache
9090

91-
The `memcached` index cache allows to use [Memcached](https://memcached.org/) as cache backend. This cache type is configured using `-experimental.tsdb.bucket-store.index-cache.backend=memcached` and requires the Memcached server(s) addresses via `-experimental.tsdb.bucket-store.index-cache.memcached.addresses` (or config file). The addresses are resolved using the [DNS service provider](dns-service-discovery.md).
91+
The `memcached` index cache allows to use [Memcached](https://memcached.org/) as cache backend. This cache backend is configured using `-experimental.tsdb.bucket-store.index-cache.backend=memcached` and requires the Memcached server(s) addresses via `-experimental.tsdb.bucket-store.index-cache.memcached.addresses` (or config file). The addresses are resolved using the [DNS service provider](dns-service-discovery.md).
9292

9393
The trade-off of using the Memcached index cache is:
9494

docs/operations/blocks-storage.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Whenever the pool of compactors increase or decrease (ie. following up a scale u
7474

7575
## Index cache
7676

77-
The querier supports a cache to speed up postings and series lookups from TSDB blocks indexes. Two types of caches are supported:
77+
The querier supports a cache to speed up postings and series lookups from TSDB blocks indexes. Two backends are supported:
7878

7979
- `inmemory`
8080
- `memcached`
@@ -84,11 +84,11 @@ The querier supports a cache to speed up postings and series lookups from TSDB b
8484
The `inmemory` index cache is **enabled by default** and its max size can be configured through the flag `-experimental.tsdb.bucket-store.index-cache.inmemory.max-size-bytes` (or config file). The trade-off of using the in-memory index cache is:
8585

8686
- Pros: zero latency
87-
- Cons: increases querier memory usage, not shared across multiple querier replicas
87+
- Cons: increased querier memory usage, not shared across multiple querier replicas
8888

8989
### Memcached index cache
9090

91-
The `memcached` index cache allows to use [Memcached](https://memcached.org/) as cache backend. This cache type is configured using `-experimental.tsdb.bucket-store.index-cache.backend=memcached` and requires the Memcached server(s) addresses via `-experimental.tsdb.bucket-store.index-cache.memcached.addresses` (or config file). The addresses are resolved using the [DNS service provider](dns-service-discovery.md).
91+
The `memcached` index cache allows to use [Memcached](https://memcached.org/) as cache backend. This cache backend is configured using `-experimental.tsdb.bucket-store.index-cache.backend=memcached` and requires the Memcached server(s) addresses via `-experimental.tsdb.bucket-store.index-cache.memcached.addresses` (or config file). The addresses are resolved using the [DNS service provider](dns-service-discovery.md).
9292

9393
The trade-off of using the Memcached index cache is:
9494

0 commit comments

Comments
 (0)