We are running a single Influx 1.6.3 node with the below settings:
max-series-per-database = 2000000 // 2 million
max-values-per-tag = 100000 // 100 thousand
What we are noticing that certain databases cardinality goes beyond 2 million. Ideally some couple of thousand above the limit is fine but today one database cardinality went to 11 million.
The thing to note here is that the tags limit didn't reached on this particular database for any of the tags which somewhat indicates that as long as max-values-per-tag is not hit the cardinality of the database keeps on increasing even if max-series-per-database is set.
We are running a single Influx 1.6.3 node with the below settings:
What we are noticing that certain databases cardinality goes beyond 2 million. Ideally some couple of thousand above the limit is fine but today one database cardinality went to 11 million.
The thing to note here is that the tags limit didn't reached on this particular database for any of the tags which somewhat indicates that as long as max-values-per-tag is not hit the cardinality of the database keeps on increasing even if max-series-per-database is set.