Skip to content

Commit 32d455a

Browse files
authored
Merge branch 'master' into fix/issue5772
2 parents d25d480 + 2485fc0 commit 32d455a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Options:
497497
498498
### Distinct values cache
499499
500-
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseoncds. Many of the options are similar to the last value cache. See the CLI output for more information:
500+
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseconds. Many of the options are similar to the last value cache. See the CLI output for more information:
501501
502502
```bash
503503
influxdb3 create distinct_cache -h

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Options:
486486
487487
### Distinct values cache
488488
489-
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseoncds. Many of the options are similar to the last value cache. See the CLI output for more information:
489+
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseconds. Many of the options are similar to the last value cache. See the CLI output for more information:
490490
491491
```bash
492492
influxdb3 create distinct_cache -h

0 commit comments

Comments
 (0)