From 67800377180cb3ab99dba45f48e9cc860ff023cd Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:27:37 -0700 Subject: [PATCH] Add series cardinality note to tags info per DAR #106 --- content/v2.0/reference/key-concepts/data-elements.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/v2.0/reference/key-concepts/data-elements.md b/content/v2.0/reference/key-concepts/data-elements.md index 7fec5eaf8..b0e7b467a 100644 --- a/content/v2.0/reference/key-concepts/data-elements.md +++ b/content/v2.0/reference/key-concepts/data-elements.md @@ -107,6 +107,11 @@ location = portland, scientist = mullen Because tags are indexed, queries on tags are faster than queries on fields. This makes tags ideal for storing commonly-queried metadata. {{% /note %}} +{{% note %}} +Tags containing highly variable information like UUIDs, hashes, and random strings will lead to a large number of series in the database, known as **high series cardinality**. High series cardinality is a primary driver of high memory usage for many database workloads. See [series cardinality](v2.0/reference/glossary/#series-cardinality) for more information. +{{% /note %}} + + #### Why your schema matters If most of your queries focus on values in the fields, for example, a query to find when 23 bees were counted: