I understand that we can calculate cardinality based on the number of unique combinations of measurement, field key, and tag set.
But what actually constitutes a high number? Should we think of it in terms of Big O?
I understand that we can calculate cardinality based on the number of unique combinations of measurement, field key, and tag set.
But what actually constitutes a high number? Should we think of it in terms of Big O?
Hello @atlas_codes,
Welcome!
High also depends on the volume of data you’re ingesting and the hardware you’re running on. There’s a trade off between amount and cardinality.
here’s a general guideline:
With inlfuxdb v3 you don’t have to worry about cardinality though fwiw.
Thanks! This is the kind of thing I was hoping to find.