Update resolve-high-cardinality.md (#3130)

Fixed a typo for clarity
pull/3136/head
DrJRMyers 2021-09-15 16:18:38 -04:00 committed by GitHub
parent 5fc057f2b9
commit 6db8b0aad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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