Skip to content

Commit 78b2b5b

Browse files
committed
chore(mono): apply caching suggestion
1 parent 3bf419f commit 78b2b5b

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

content/influxdb3/core/admin/distinct-value-cache/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ source: /shared/influxdb3-admin/distinct-value-cache/_index.md
1616
---
1717

1818
<!-- The content for this page is located at
19-
// SOURCE content/shared/influxdb3-admin/distinct-value-cache/_index.md -->
19+
// SOURCE content/shared/influxdb3-admin/distinct-value-cache/_index.md
20+
-->

content/influxdb3/core/admin/last-value-cache/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ source: /shared/influxdb3-admin/last-value-cache/_index.md
1717
---
1818

1919
<!-- The content for this page is located at
20-
// SOURCE content/shared/influxdb3-admin/last-value-cache/_index.md -->
20+
// SOURCE content/shared/influxdb3-admin/last-value-cache/_index.md
21+
-->

content/shared/influxdb3-admin/distinct-value-cache/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ in a table. When you create a DVC, you can specify what columns' distinct
88
values to cache, the maximum number of distinct value combinations to cache, and
99
the maximum age of cached values. A DVC is associated with a table, which can
1010
have multiple DVCs.
11-
Caches import historical data when first created and reload data on restart.
1211

1312
{{< children type="anchored-list" >}}
1413
- [Important things to know about the Distinct Value Cache](#important-things-to-know-about-the-distinct-value-cache)
@@ -69,11 +68,17 @@ similar to this:
6968
DVCs are stored in memory; the larger the cache, the more memory your InfluxDB 3
7069
node requires to maintain it. Consider the following:
7170

71+
- [Cache data loading](#cache-data-loading)
7272
- [High cardinality limits](#high-cardinality-limits)
7373
{{% show-in "core" %}}
7474
- [Distinct Value Caches are flushed when the server stops](#distinct-value-caches-are-flushed-when-the-server-stops)
7575
{{% /show-in %}}
7676

77+
## Cache data loading
78+
79+
On cache creation, {{% product-name %}} loads historical data into the cache.
80+
On restart, the server automatically reloads cache data.
81+
7782
### High cardinality limits
7883

7984
“Cardinality” refers to the number of unique key column combinations in your

content/shared/influxdb3-admin/last-value-cache/_index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ what fields to cache, what tags to use to identify each series, and the
1010
number of values to cache for each unique series.
1111
An LVC is associated with a table, which can have multiple LVCs.
1212

13-
Caches import historical data when first created and reload data on restart.
14-
1513
{{< children type="anchored-list" >}}
1614
- [Important things to know about the Last Value Cache](#important-things-to-know-about-the-last-value-cache)
1715
- [High cardinality key columns](#high-cardinality-key-columns)
@@ -83,11 +81,17 @@ similar to the following:
8381
LVCs are stored in memory; the larger the cache, the more memory your InfluxDB 3 node requires to
8482
maintain it. Consider the following:
8583

84+
- [Cache data loading](#cache-data-loading)
8685
- [High cardinality key columns](#high-cardinality-key-columns)
8786
- [Value count](#value-count)
8887
{{% show-in "core" %}}
8988
- [Last Value Caches are flushed when the server stops](#last-value-caches-are-flushed-when-the-server-stops)
90-
{{% /show-in %}}lue-columns)
89+
{{% /show-in %}}
90+
91+
## Cache data loading
92+
93+
On cache creation, {{% product-name %}} loads historical data into the cache.
94+
On restart, the server automatically reloads cache data.
9195

9296
### High cardinality key columns
9397

0 commit comments

Comments
 (0)