You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/operations/blocks-storage.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Whenever the pool of compactors increase or decrease (ie. following up a scale u
74
74
75
75
## Index cache
76
76
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:
78
78
79
79
-`inmemory`
80
80
-`memcached`
@@ -84,11 +84,11 @@ The querier supports a cache to speed up postings and series lookups from TSDB b
84
84
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:
85
85
86
86
- 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
88
88
89
89
### Memcached index cache
90
90
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).
92
92
93
93
The trade-off of using the Memcached index cache is:
Copy file name to clipboardExpand all lines: docs/operations/blocks-storage.template
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Whenever the pool of compactors increase or decrease (ie. following up a scale u
74
74
75
75
## Index cache
76
76
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:
78
78
79
79
- `inmemory`
80
80
- `memcached`
@@ -84,11 +84,11 @@ The querier supports a cache to speed up postings and series lookups from TSDB b
84
84
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:
85
85
86
86
- 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
88
88
89
89
### Memcached index cache
90
90
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).
92
92
93
93
The trade-off of using the Memcached index cache is:
0 commit comments