diff --git a/content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md b/content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md index dfc0f56b6..c073ee0a6 100644 --- a/content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md +++ b/content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md @@ -87,7 +87,7 @@ These queries should help to identify the sources of high cardinality in each of Usually, resolving high cardinality is as simple as changing a tag with many unique values to a field. Review the following potential solutions for resolving high cardinality: - Delete data to reduce high cardinality -- Design schema or read performance +- Design schema for read performance ### Delete data to reduce high cardinality