Reduce Cardinality by splitting into buckets

Can the limit of 1M cardinality be overcome by splitting the data into different buckets (assuming that splitting the data will reduce the series cardinality, i.e. only a certain tag value will appear in a bucket)

Hi @raiden-x,
Yep, this is a perfect example of reducing overall cardinality. I would also take a look at the Cardanilty Monitor template. This will help you monitor each bucket: community-templates/influxdb2_operational_monitoring at master · influxdata/community-templates · GitHub

Also welcome to the community :slight_smile:

Thanks for the answer and the resources