Skip to content

max-series-per-database limit doesn't work when max-values-per-tag is also set #10409

Description

@maazkhan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions