fix: correct typo

pull/5773/head
B Tasker 2025-01-14 16:13:23 +00:00
parent 8cb17e5304
commit a17d6d0b2a
No known key found for this signature in database
GPG Key ID: F289CDD2317B182C
2 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ Options:
## Distinct Values Cache
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:
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:
```bash
influxdb3 create distinct_cache -h

View File

@ -419,7 +419,7 @@ Options:
## Distinct Values Cache
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:
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:
```bash
influxdb3 create distinct_cache -h